Email System
#9

pawn Код:
pEmail,

OnPlayerSpawn

if(PlayerInfo[playerid][pEmail] == 0)
{
ShowPlayerDialog(playerid, 1928, DIALGO_STYLE_INPUT, "Email","Type your Email Adress to Security Your Account","OK","Exit");
}

OnDialogResponse

if(dialogid == 1928)
{
if(response)
{
PlayerInfo[playerid][pEmail] = inputtext;
SendClientMessage(playerid, COLOR_WHITE, "You putted an Email type: %s", PlayerInfo[playerid][pEmail]);
Email[playerid] = 1;
}
}
Reply


Messages In This Thread
Email System - by Johnny_DeVito - 06.04.2013, 15:42
Re: Email System - by Stealthy - 06.04.2013, 15:46
Re: Email System - by Johnny_DeVito - 06.04.2013, 15:47
Re: Email System - by Stealthy - 06.04.2013, 15:50
Re: Email System - by Coltmaster - 06.04.2013, 15:50
Re: Email System - by absolute - 06.04.2013, 15:52
Re: Email System - by Johnny_DeVito - 06.04.2013, 15:52
Re: Email System - by Johnny_DeVito - 06.04.2013, 15:54
Re: Email System - by teomakedonija - 06.04.2013, 16:05

Forum Jump:


Users browsing this thread: 1 Guest(s)