Custom textdraw strings for players
#1

I forgot, how do i make a textdraw that can be set specific for each player?
Reply
#2

pawn Код:
new Text:name[MAX_PLAYERS];
OnPlayerConnect:

TextDrawCreate(name[playerid],blabla);
TextDrawShowForPlayer(playerid,name[playerid]);
OnPlayerDisconnect:

TextDrawHideForPlayer(playerid,name[playerid]);
TextDrawDestroy(name[playerid]);
Reply
#3

Lol yeah i just remembered how when i saw this, thanks though
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)