29.09.2011, 17:40
hi i use ladmin and it has dialog box on login/register screen but how would i get it so it said the players name ?
Like so
Like so
new DialogStr[128],Name;
GetPlayerName(playerid, Name, sizeof(Name));
format(DialogStr,sizeof(DialogStr,"Welcome %s To |SERVER NAME|",Name);
ShowPlayerDialog(playerid,ID,DIALOG_STYLE_MSGBOX,"REGISTER ACCOUNT",DialogStr,"Register","Close");