08.10.2018, 17:58
Is it a command? Because
isn't giving me any error.
PHP код:
CMD:s(playerid, params[]){
new name[MAX_PLAYER_NAME];
if(sscanf(params, "s[24]", name)) return SendClientMessage(playerid, -1, "* USAGE:/ips [name]");
return 1;
}

