04.08.2016, 22:54
You can drop 'params' altogether if your command doesn't use it:
Returning it:
PHP код:
CMD:credits(playerid) {
//code
}
PHP код:
return cmd_credits(playerid);