03.04.2016, 22:20
Declare the command without the 'params' parameter:
And then use it like so:
PHP код:
CMD:dropgun(playerid) {
return true;
}
PHP код:
return cmd_dropgun(playerid);