Help with other thing
#2

Код:
    if (dUserINT(PlayerName2(playerid)).("banned") == 1)
change
Код:
Kick(playerid);
to

Код:
Ban(playerid);
Код:
    if (dUserINT(PlayerName2(playerid)).("banned") == 1)
    {
		format(string,sizeof(string),"%s ID:%d was auto kicked. Reason: Name banned from server\n %s",PlayerName,playerid); //Your Messages
		ShowPlayerDialog(playerid,6990,DIALOG_STYLE_MSGBOX,"Account Info",string,"Quit","");
		SaveToFile("KickLog",string);   Ban(playerid);
    }
few offline ban system from my wxtdm script

Код:
if(udb_Exists(banname))
	{
		dUserSetINT(banname).("Banned", 1);
Reply


Messages In This Thread
Help with other thing - by NitroZeth - 13.01.2018, 03:15
Re: Help with other thing - by KyNe - 13.01.2018, 03:21
Re: Help with other thing - by NitroZeth - 13.01.2018, 03:25
Re: Help with other thing - by KyNe - 13.01.2018, 03:27
Re: Help with other thing - by Dayrion - 13.01.2018, 07:11

Forum Jump:


Users browsing this thread: 2 Guest(s)