14.08.2012, 06:40
Hi
Can somebody tell me where to put those things:
FOr this i know this need to put under PlayerREgister
right?
And this where?
OnDiaogResponse?
Can somebody tell me where to put those things:
pawn Код:
enum PlayerInfo {
email[50]//And all other you laready have
}
new pInfo[MAX_PLAYERS][PlayerInfo];
right?
pawn Код:
ShowPlayerDialog(playerid,1461,DIALOG_STYLE_INPUT,"Email","Enter your email","OK","Cancel");
OnDiaogResponse?
pawn Код:
if(dialogid == 1461)
{
if(!response) return Kick(playerid);
format(pInfo[playerid][email],50,"%s",inputtext);
return 1;
}