DeletePlayer3DTextLabel HELP
#1

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

Delete3DTextLabel(Text3D:label[playerid]);
Reply
#3

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]);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)