04.01.2015, 18:57
is this right ??
It didn;t do anything
.
Please help !
PHP код:
CMD:unban(playerid, params[])
{
new ip[128];
if(PlayerInfo[playerid][pAdmin] == 0) return SendClientMessage(playerid, COLOR_RED, "You can't use this command");
if(sscanf(params, "s[128]", ip)) return SendClientMessage(playerid, COLOR_WHITE, "Usage: /unban [ip]");
SendRconCommand("unbanip");
return 1;
}
![huh](images/smilies/confused.gif)
Please help !