#1

Hello
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;
}
How to make that if player join with another name(same ip) it will still say he is banned....
Reply
#2

The rcon ban make this because it bans the ip not the name
Reply
#3

nazo read the whole post !!!!!!!!!!!!!!!!!! ANYWAY FIXED(MAKED)
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)