How can i make this so a user can choose the name?
#1

Hello,
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;

So at the place where >PLAYER< is writed, i want that a user can fill it
by his own what for text he wants.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 3 Guest(s)