SA-MP Forums Archive
SA:MP Vehicle Info Texdraw wont load - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: SA:MP Vehicle Info Texdraw wont load (/showthread.php?tid=586986)



CLOSED. - Rodri99 - 27.08.2015

CLOSED.


Re: SA:MP Vehicle Info Texdraw wont load - Matess - 27.08.2015

Your timers are global and not "player".
SetTimer("name",3500,false) -> SetTimerEx("name",3500,false,"i",playerid);