02.05.2018, 23:49
The error simply says you have different set of parameter names as compared to the declared ones. Nothing wrong with your include.
This is from the official zcmd include:
And you can see the difference, you have "result" but its suppose to be "success".
This is from the official zcmd include:
PHP Code:
OnPlayerCommandPerformed(playerid, cmdtext[], success)