01.06.2011, 14:54
What will happen if I use KillTimer for timer what is not started?
Example:
Example:
pawn Code:
new timer[100];
public OnPlayerConnect(playerid)
{
KillTimer(timer[playerid]);
return 1;
}