HELP +Rep
#6

pawn Код:
stock GetNamePlayer(playerid)
{
    new name[MAX_PLAYER_NAME];
    GetPlayerName(playerid ,name,sizeof(name));
    return name;
}
pawn Код:
case 0:
{
      new string[244];
      new ip[16];
      GetPlayerIp(playerid, ip, sizeof ip);
      format(string, sizeof(string), "{FFFFFF}Hello, Welcome to The Life of Flying We have found you are registered.\r\n[USERNAME]: {FF9900}%s{FFFFFF}\n{FFFFFF}[IP]: {FF9900}%s{FFFFFF}\r\nPlease enter your password below to login.", GetNamePlayer(playerid), ip);
      ShowPlayerDialog(playerid, 1,DIALOG_STYLE_PASSWORD, string,"Login","Quit");
}
Reply


Messages In This Thread
HELP +Rep - by ManGoe - 12.10.2014, 13:25
Re: HELP +Rep - by MasonSFW - 12.10.2014, 13:29
Re: HELP +Rep - by ManGoe - 12.10.2014, 13:34
AW: HELP +Rep - by Flori - 12.10.2014, 13:36
Re: HELP +Rep - by Sawalha - 12.10.2014, 13:37
Re: HELP +Rep - by MasonSFW - 12.10.2014, 13:38
Re: HELP +Rep - by ManGoe - 12.10.2014, 13:51
Re: HELP +Rep - by ManGoe - 12.10.2014, 13:54
AW: HELP +Rep - by Flori - 12.10.2014, 14:09
Re: HELP +Rep - by ManGoe - 12.10.2014, 14:23

Forum Jump:


Users browsing this thread: 1 Guest(s)