Textdraw Disappear - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Server (
https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (
https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Textdraw Disappear (
/showthread.php?tid=472176)
Textdraw Disappear -
AryanV - 27.10.2013
My problem is that...I have added RanDomMSG textdraws in my server..When i Join the server then Textdraws appear and after Class Selection or Skins Selection..Textdraw disappear..Plz Help
Re: Textdraw Disappear -
Jankingston - 27.10.2013
TextDrawShowForPlayer(playerid, youtdnamehere);
Re: Textdraw Disappear -
AryanV - 27.10.2013
What you have type after playerid,
??
Re: Textdraw Disappear -
Jankingston - 27.10.2013
put your text draw name there
Re: Textdraw Disappear -
AryanV - 27.10.2013
Its Not a Single Textdraw they are texdraw messages
Re: Textdraw Disappear -
Hamam - 27.10.2013
https://sampwiki.blast.hk/wiki/TextDrawDestroy
Re: Textdraw Disappear -
AryanV - 27.10.2013
I am Saying That I have Added Textdraw Messages In Server Which Changes after 8 seconds...But After Skin or Class Selection...The Textdraw Get disappear
Re: Textdraw Disappear - Astralis - 28.10.2013
did you reach the textdraws limit?
Re: Textdraw Disappear -
iZN - 28.10.2013
You're destroying it or hiding it on the following callbacks: OnPlayerRequestClass. Make sure you don't hide it or destroy it. Destroy textdraw for player at OnPlayerDisconnect callback. If its the same so better show your textdraw script at Scripting Discussion board.