19.05.2014, 12:41
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:
it gives an warning on "OnPlayerLogin(playerid);" (Line 972). Anyone who can help me?
hereґs the code:
Код:
forward OnPlayerLogin(playerid);
forward OnPlayerLoginAttempt(playerid);
public OnLoginAttempt(playerid) {
.........
OnPlayerLogin(playerid);
return 1;
}
public OnPlayerLogin(playerid) {
...........
return 1;
}

