21.05.2012, 21:30
how i can get player IP and use it in
format(str,128,"unbanip %s", ?? )
SendRconCommand(str);
how ? please help
format(str,128,"unbanip %s", ?? )
SendRconCommand(str);
how ? please help
new IP[16];
GetPlayerIp(playerid, IP, 16);
format(str,25,"unbanip %s", IP);
SendRconCommand(str);