19.10.2010, 13:45
dcmd_register(playerid, params[])
{
#pragma unused params
if(Registered[playerid] == 1) return SendClientMessage(playerid, red, "You are already regiestered.");
ShowPlayerDialog(playerid,201,DIALOG_STYLE_INPUT," Registration","Please enter a password to register this account!","Register","Cancle");
return 1;
}
how i can make this when i click cancel and when i write the right password and do cancel its say to me please Enter password helpPPP!!!!!!!
{
#pragma unused params
if(Registered[playerid] == 1) return SendClientMessage(playerid, red, "You are already regiestered.");
ShowPlayerDialog(playerid,201,DIALOG_STYLE_INPUT," Registration","Please enter a password to register this account!","Register","Cancle");
return 1;
}
how i can make this when i click cancel and when i write the right password and do cancel its say to me please Enter password helpPPP!!!!!!!