warning 202: number of arguments does not match definition
#4

Quote:
Originally Posted by Top Fuel
Посмотреть сообщение
try this:
pawn Код:
case DIALOG_EMAIL:
{
    if (!response) return ShowPlayerDialog(playerid, DIALOG_EMAIL, DIALOG_STYLE_INPUT,""COL_WHITE"Email",""COL_GREEN"Type Your Email Here","Ok","");
    if(response)
    {
        new string[256];
        PlayerInfo[playerid][pMail] = strlen(inputtext);
        format(string,sizeof(string),"%s",PlayerInfo[playerid][pMail]);
        SendMail(string,"test@mail.ru", "Administration", "Registration Finished"," .... "); // 1269
        SetSpawnInfo(playerid, 0, 0, 1958.33, 1343.12, 15.36, 269.15, 0, 0, 0, 0, 0, 0);
        SpawnPlayer(playerid);
        PLAYERLOGGED[playerid] = 1;
    }
    return 1;
}
PS: Not tested
it worked thanks rep+
Reply


Messages In This Thread
warning 202: number of arguments does not match definition - by rati555 - 02.03.2012, 07:39
Re: warning 202: number of arguments does not match definition - by Hurde - 02.03.2012, 07:43
Re: warning 202: number of arguments does not match definition - by TopFuel - 02.03.2012, 07:55
Re: warning 202: number of arguments does not match definition - by rati555 - 02.03.2012, 07:56
Re: warning 202: number of arguments does not match definition - by TopFuel - 02.03.2012, 08:03

Forum Jump:


Users browsing this thread: 1 Guest(s)