02.02.2012, 11:20
Quote:
Hello all.
I get a warning which I know what it means but I dont know why I keep getting it: pawn Code:
pawn Code:
+I have 2 questions: 1.is there any possible way to make all of this in 1 line: pawn Code:
Thanks for help. |
pawn Code:
if(reason = 0 && Finished[playerid] == 1)
{
Finished[playerid] = 1;
return 0;
}
Last question:
When a player connects, add one to a variable (OnlinePlayers++. When a player disconnects remove one from it (OnlinePlayers++. When a player connect, check if OnlinePlayers == 60, and then kick the person or do something with him.