26.05.2009, 20:14
The timer doesn't have a clue what playerid you're talking about. If you're trying to do it for all players use a ...
for(new i=0; i<MAX_PLAYERS;i++)
...loop.
If you want it for a single player, use SetTimerEx.
for(new i=0; i<MAX_PLAYERS;i++)
...loop.
If you want it for a single player, use SetTimerEx.