SA-MP Forums Archive
warning 202: number of arguments does not match definition - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: warning 202: number of arguments does not match definition (/showthread.php?tid=606744)



warning 202: number of arguments does not match definition - Rafaeloo - 08.05.2016

Код:
warning 202: number of arguments does not match definition
PHP код:
 if ((newkeys KEY_SUBMISSION) && !(oldkeys KEY_SUBMISSION))
    {
    return 
cmd_e(playerid);
    } 
Line 58568:
Код HTML:
return cmd_e(playerid);



Re: warning 202: number of arguments does not match definition - Konstantinos - 08.05.2016

pawn Код:
return cmd_e(playerid, "");