Name on Log in and register dialog
#2

you would need to find this dialog box
and format it like this
pawn Код:
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");
or u can see how i done it in my register system which it already has that function when player joins the server/register the name is shown HERE
Reply


Messages In This Thread
Name on Log in and register dialog - by [LHT]Bally - 29.09.2011, 17:40
Re: Name on Log in and register dialog - by park4bmx - 29.09.2011, 17:44
Re: Name on Log in and register dialog - by Wesley221 - 29.09.2011, 17:45
Re: Name on Log in and register dialog - by [LHT]Bally - 29.09.2011, 17:48
Re: Name on Log in and register dialog - by Wesley221 - 29.09.2011, 17:55

Forum Jump:


Users browsing this thread: 1 Guest(s)