warning 202 help
#1

Hi, i have tried to update my script abit, uploaded the script with warning 202 (warning 202: number of arguments does not match definition) and the whole server crashed because of this error.

hereґs the code:
Код:
forward OnPlayerLogin(playerid);
forward OnPlayerLoginAttempt(playerid);

public OnLoginAttempt(playerid) {

    .........

    OnPlayerLogin(playerid);
    return 1;
}

public OnPlayerLogin(playerid) {

    ...........

    return 1;
}
it gives an warning on "OnPlayerLogin(playerid);" (Line 972). Anyone who can help me?
Reply


Messages In This Thread
warning 202 help - by extror3 - 19.05.2014, 12:41
Re: warning 202 help - by extror3 - 19.05.2014, 14:37
Re: warning 202 help - by JFF - 19.05.2014, 15:00
AW: warning 202 help - by Skimmer - 19.05.2014, 15:28
Re: warning 202 help - by extror3 - 19.05.2014, 16:19

Forum Jump:


Users browsing this thread: 1 Guest(s)