19.02.2015, 10:37
Use SetTimerEx instead of SetTimer if you want to use it for a specific playerid.
https://sampwiki.blast.hk/wiki/SetTimerEx
Example:
https://sampwiki.blast.hk/wiki/SetTimerEx
Example:
pawn Код:
SetTimerEx("HideTextdraw", 3000, false, "i", playerid);