Search found 1 match
- 13 Mar 2011, 03:59
- Forum: Pawn valoda
- Topic: Countdown problēma...
- Replies: 3
- Views: 2152
Re: Countdown problēma...
if(!strcmp("/count", cmdtext, true,10)) { if(GetPlayerRank(playerid) >= 2) { CountDownTimer = SetTimer("Count", 1000, false); return 1; } else { SendClientMessage(playerid,COLOR_RED,"Tev nav 2. limenis!"); return 1; } CountDownVar--; new str[128]; if(CountDownVar == 0)...