Quote:
Originally Posted by Cjgogo
pawn Код:
forward scoretimer(); public scoretimer() { for(new i; i<MAX_PLAYERS; i++) { if(!IsPlayerConnected(i)) break; else { seconds[i] ++; if(seconds[i] >= 1800) { SetPlayerScore(i, GetPlayerScore(i) + 1); seconds[i] = 0; } } } return 1; }
Try it now,not sure if it'll work tough
|
Sorry it's not. i have tried to changed the 1800 to 500 so i don't need to wait 30 minutes. And still no luck. Hope to fix this soon!