17.01.2015, 15:15
Hello
I was trying to make a ban ip command without (rcon ban ....)
here is my public
How to make that if player join with another name(same ip) it will still say he is banned....
I was trying to make a ban ip command without (rcon ban ....)
here is my public
Код:
stock BanIp(playerid,ip[]) { ShowPlayerDialog(playerid,DIALOG_BAN2,DIALOG_STYLE_MSGBOX,""COL_GREEN"UGF",""COL_GREEN"You have been "COL_RED"banned "COL_GREEN"and you can request unban at "COL_WHITE"www.ugfforum.tk"COL_GREEN".\nTake a picture with "COL_WHITE"F8 "COL_GREEN"for proof.","KICK",""); PlayerInfo[playerid][Baned] = 1; PlayerInfo[playerid][BanedTimes]++; return 1; }