Help MySql
#1

how i can get player IP and use it in

format(str,128,"unbanip %s", ?? )
SendRconCommand(str);


how ? please help
Reply
#2

pawn Код:
new IP[16];
GetPlayerIp(playerid, IP, 16);
format(str,25,"unbanip %s", IP);
SendRconCommand(str);
Reply
#3

I forget to say that im using tmp

so i need to type /unban blalbal <--- that mean tmp not playerid if you give me useful code
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)