30.05.2010, 20:11
Hello,
How can i do that a player can choose a name for
his name tag above his head, for this script.
So at the place where >PLAYER< is writed, i want that a user can fill it
by his own what for text he wants.
How can i do that a player can choose a name for
his name tag above his head, for this script.
Quote:
if(strcmp(cmdtext, "/player_on", true) == 0) { if(IsPlayerAdmin(playerid)) label2[playerid] = Create3DTextLabel(">PLAYER<",COLOR_LIGHTBLUE,30.0, 40.0,50.0,40.0,0); Attach3DTextLabelToPlayer(label2[playerid], playerid, 0.0, 0.0, 0.7); SendClientMessage(playerid, COLOR_YELLOW, "** Player Name Tag = On"); return 1; |
by his own what for text he wants.