Variable Help!!!
#2

Try this:

Код:
Blah...blah...blah...blah.....
Blah...blah...blah...blah.....

#define COLOR_YELLOW 0xFFFF00AA

new kelas[MAX_PLAYERS];
new cou;

public OnFilterScriptInit()

Blah...blah...blah...blah.....
Blah...blah...blah...blah.....

public ExitTheGameMode()
{
new ter;
if(ter == counter)
{
GameTextForAll("ROUND DRAW", 5000, 2);
}
else if(ter > cou)
{
GameTextForAll("TERRORIST WIN", 5000, 2);
}
else if(cou > ter)
{
GameTextForAll("COUNTER TERRORIST WIN", 5000, 2);
}
SetTimer("ExitTheGameMode2",5000,fals… // Set up a timer to exit this mode.
}
Reply


Messages In This Thread
Variable Help!!! - by virspector - 23.08.2009, 10:57
Re: Variable Help!!! - by MB@ - 23.08.2009, 12:00

Forum Jump:


Users browsing this thread: 1 Guest(s)