23.08.2009, 12:00
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. }