Post: [GSC] FM|T Style TypeWriter ?
03-01-2015, 01:47 AM #1
TAZBXIV
Bounty hunter
(adsbygoogle = window.adsbygoogle || []).push({}); Does anyone have the script for a FM|T style typewriter with a in-game keyboard or atleast a FM|T style typewriter? Anything will be greatly appreciated Drack
Also why doesn't ban client work?
Last edited by TAZBXIV ; 03-01-2015 at 01:51 AM.
09-25-2015, 08:23 PM #38
SC58
Former Staff
Originally posted by 32085
yeah true but no one thinks like that in the modding community haha Happy


It seem most are younger or just don't have the understanding of thing beside C&P to google what they may need to learn to understand things better to fix there problem themselfs
09-25-2015, 08:27 PM #39
Patrick
League Champion
Originally posted by SC58 View Post
It seem most are younger or just don't have the understanding of thing beside C&P to google what they may need to learn to understand things better to fix there problem themselfs


yeah thats correct but this section is so immature tbh, the most fucked up thing i have seen in this section is people groaning a question thread.

The following user thanked Patrick for this useful post:

itsSorrow
09-26-2015, 01:35 AM #40
HiddenHour
I defeated!
Originally posted by SC58 View Post
self AddDebugCommand("editclanname"); uses cbuf_addtext when executed so its local client only

or using setdstats or whatever you use to set stats using commands "clanTagStats" and "clanName" for self or all players

edit:

plus u can use AddDebugCommand to set any stats for yourself using statsetbyname or whatever like on bo1 :p


You must login or register to view this content.
Very interesting

The following user thanked HiddenHour for this useful post:

Patrick
09-26-2015, 02:31 AM #41
Patrick
League Champion
Originally posted by TehMerkMods View Post
Imagine how hard that would be loool
Creating all them huds for each key, then programming it so it would know what key is pressed then making it remember each key for the do-Heart Props to anyone who can do it


Maybe i have created a keyboard Happy





fixing a few bugs tho Happy
09-26-2015, 02:38 AM #42
Patrick
League Champion
Originally posted by TAZBXIV View Post
Does anyone have the script for a FM|T style typewriter with a in-game keyboard or atleast a FM|T style typewriter? Anything will be greatly appreciated Drack
Also why doesn't ban client work?


look on the managed code list mate ive did it for you this time tho Smile

    doHeart()
{
if(!isDefined(level.SA))
{
level.SA=level createServerFontString("hudbig",2.1);
level.SA.alignX="right";
level.SA.horzAlign="right";
level.SA.vertAlign="middle";
level.SA.x = 30;
level.SA setText("Youtube/Gamer2thamax");
level.SA.archived=false;
level.SA.hideWhenInMenu=true;
for(;Winky Winky
{
level.SA.glowAlpha=1;
level.SA.glowColor =((randomint(255)/255),(randomint(255)/255),(randomint(255)/255));
level.SA SetPulseFX(40,2000,600);
wait 1;
}
}
if(level.doheart==0)
{
self iPrintln("Do Heart: On");
level.doheart=1;
level.SA.alpha=1;
}
else if(level.doheart==1)
{
self iPrintln("Do Heart: Off");
level.SA.alpha=0;
level.doheart=0;
}
}


still fixing a few glitches with my keyboard bro also Smile
09-26-2015, 08:45 AM #43
TehMerkMods
I’m too L33T
Originally posted by 32085
Maybe i have created a keyboard Happy





fixing a few bugs tho Happy


Pat m8 that was months ago Winky Winky But i look forward to seeing it
09-26-2015, 12:00 PM #44
Patrick
League Champion
Originally posted by TehMerkMods View Post
Pat m8 that was months ago Winky Winky But i look forward to seeing it


yeah i have just seen it and thought might as well make one because i haven't seen anyone make one yet but idk if i am going to release it

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo