Player Textdraws - 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: Player Textdraws (
/showthread.php?tid=633394)
Player Textdraws -
raydx - 30.04.2017
I've got strange problem with player textdraws. All of them dissapears after random amount of time.
There are no PlayerTextDrawDestroy functions in my gamemode, that's strangest thing.
Maybe someone had similar problem and can tell me how to solve it.
Re: Player Textdraws -
raydx - 09.05.2017
Bump.
Re: Player Textdraws -
lollypap54 - 09.05.2017
maybe you have hide function in your gm not destroy?
Re: Player Textdraws -
raydx - 09.05.2017
Nope. Its not about hide.
Re: Player Textdraws -
lollypap54 - 09.05.2017
if player disconnects, specific playerid textdraw destroys itself so try create textdraws everytime when new player connects, if that's not thing already, show only that player specific textdraw, no other...