Posts: 10
Threads: 6
Joined: Mar 2011
Reputation:
0
Can Someone Make me a Line to Delete a 3DTExtplayer?
I Really don't Understand how to Use this DeletePlayer3DTextLabel.. Can you Make it for Me. I'm making a AFK System
Posts: 663
Threads: 55
Joined: Nov 2010
Reputation:
0
Delete3DTextLabel(Text3D:label[playerid]);
Posts: 1,506
Threads: 69
Joined: Feb 2008
pawn Код:
// Top of your script so It is global
new Text3D:afklabel[MAX_PLAYERS];
// When someone types /afk or w/e the command is
afklabel[playerid] = Create3DTextLabel(text[], color, Float:X, Float:Y, Float:Z, Float:DrawDistance, virtualworld, testLOS);
// When someones types /back or w/e
Delete3DTextLabel(afklabel[playerid]);