Quote:
Originally Posted by [EDT]AmanSingh123
so for the set timer one do it :-
public onPlayerUpdate
{
SetTimer("UpdateMap", 1000, true);
}
or
public onPlayerUpdate
{
SetTimer("UpdateMap", 1000, true);
return 1;
}
|
Find the "OnPlayerUpdate(playerid)" callback in your script, then add the timer there.