name in dialog
#2

pawn Код:
new string[128], name[28];
GetPlayerName(playerid, name, sizeof(name));
format(string, sizeof(string), "Name: {FFB300}%s", name);
ShowPlayerDialog(clickedplayerid,10000,DIALOG_STYLE_MSGBOX, "Stats",string,"Close","");
Reply


Messages In This Thread
name in dialog - by tanush - 15.03.2011, 23:13
Re: name in dialog - by admantis - 15.03.2011, 23:15
Re: name in dialog - by tanush - 15.03.2011, 23:17

Forum Jump:


Users browsing this thread: 1 Guest(s)