SA-MP Forums Archive
help!!!!!!!!! - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: help!!!!!!!!! (/showthread.php?tid=151072)



help!!!!!!!!! - billiout - 29.05.2010

hi i have 2 problems.

1. i have a textdraw but when the server restarted the textdraw didnt comes up

2. how can i kill a timer when someone leaves from a pickup? i cant find the callback.

pls help!


Re: help!!!!!!!!! - Jochemd - 29.05.2010

KillTimer(timername)

Please note you have to use 'new timer' for this

timer = SetTimer(blablabla)

About the textdraws... Just close the server window and open it again. Else add TextDrawShowForPlayer on OnPlayerRequestClass (should be the best callback)