SA-MP Forums Archive
HELP with Text Draw. - 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 with Text Draw. (/showthread.php?tid=76998)



HELP with Text Draw. - linthebigs - 08.05.2009

I have a problem with 3 Text Draw that I did. When the players play and they enter in any car, the text draw is showing for them. But when the player disconnect the server and come back to the server, the text draw in the the car disappearing and the text draw that show the player`s money, it diseppear too.

Please Help me..... ^^


Re: HELP with Text Draw. - NeRoSiS - 08.05.2009

Try making the textdraws delete onplayerdisconnect, see how that works out.


Re: HELP with Text Draw. - linthebigs - 08.05.2009

How??


Re: HELP with Text Draw. - Dark_Kostas - 08.05.2009

pawn Code:
OnPlayerDisconnect(playerid)
{
TextDrawHideForPlayer(playerid, your textdraw name);
return 1;
}