Quote:
Originally Posted by tarez
I love you <3
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");
}
|
If you are banned from the server how you can type this command I.G and unban yourself? Its Not logic!