13.08.2011, 22:46
Quote:
So quick question.. This should work?
Код:
COMMAND:unbanip(playerid,param[]) { new pIp[32], str[64]; GetPlayerIp(playerid, pIp, sizeof(pIp)); format(str, sizeof(str), "unbanip %s", pIp); SendRconCommand(str); SendRconCommand("ReloadBans"); }