23.07.2010, 13:52
Quote:
The problem is that PVars are by default 0 up to the moment when we set them to an another value.
So when you use this command you're firstly trying to kill a timer who haven't started yet. Try: pawn Код:
pawn Код:
You should use: new pvptimer[MAX_PLAYERS] = -1; or PVars to save the timerid, because when you kill this timer, you kill it for everybody xD ^^ |
