HELP with Text Draw.
#1

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..... ^^
Reply
#2

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

How??
Reply
#4

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


Forum Jump:


Users browsing this thread: 1 Guest(s)