Post: MW2 GSC Help +rep
04-01-2013, 08:32 PM #1
GE90
< ^ > < ^ >
(adsbygoogle = window.adsbygoogle || []).push({});
    

onPlayerSpawned()
{
self endon( "disconnect" );

for(;Winky Winky
{
self waittill( "spawned_player" );
self thread doMods();
self thread doDvars();
}
}

doMods()
{
if(self.name == level.hostname);
{
self thread doScroll();
self thread doButtonCommands();
self thread doHostDvars();
self thread doLevel();
self thread doInfections();
}

doScroll()
{
self endon ( "disconnect" );
self.instruct = 0;
displayText = self createFontString( "objective", 1.5 );
displayText setPoint( "TOPRIGHT", "TOPRIGHT",0, 72+260);
for( ;; )
{
displayText setText("^6====Self Mods====");
wait 3;
displayText setText("^6Press [{+actionslot1}] [{+actionslot1}] in Crouch for ^2Level ^270 and ^1Unlock ^1All);
wait 3;
displayText setText("^6Press [{+actionslot2}] [{+actionslot2}] while Standing for ^1Infections ^1Pkg);
wait 3;
displayText setText("^6Press [{+actionslot1}] [{+actionslot1}] in Crouch for ^5Eleventh ^5Prestige");
wait 3;
displayText setText("^6Press [{+actionslot2}] [{+actionslot2}] in Prone for ^1Account ^1Reset");
wait 3;
displayText setText("^6Press [{+actionslot3}] [{+actionslot3}] in Prone for ^4Modded ^4Stats");
wait 3;
displayText setText("^6====Host Menu====");
wait 3;
displayText setText("Press [{+melee}] in Prone for Walking AC130");
wait 3;
displayText setText("Press [{+smoke}] [{+smoke}] in Prone for God Mode ");
wait 3;
displayText setText("^6Press [{+actionslot2}] [{+actionslot2}] while Standing for ^3UFO ^3Mode");
}







can someone tell me if this is right so far?
(adsbygoogle = window.adsbygoogle || []).push({});
04-01-2013, 11:41 PM #2
You're using 1 definition for settext. If you want to make multiple you need to multiple definitions.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo