09.04.2011, 16:51
Код:
if (DMTime == 0) { if(ctscore > ttscore) { GameTextForAll("~b~S.W.A.T'S~n~~w~WIN THE GAME!", 12000, 3); } else if(ttscore > ctscore) { GameTextForAll("~r~TERRORISTS~n~~w~WIN THE GAME!", 12000, 3); } else if(ctscore == ttscore) { GameTextForAll("~b~S.W.A.T ~y~VS ~r~TERRORISTS~n~~w~GAME DRAW!", 12000, 3); } SendRconCommand("changemode first"); KillTimer(dmtimer); } return 1; }