Teach me how to make ban with reason
#9

Код:
if (dUserINT(PlayerName2(playerid)).("banned") == 1)
    {
        format(string, sizeof(string), "Your account has been banned by an Admin. Reason: %s", <Your reason variable here>);
        SendClientMessage(playerid, -1, string);
        Kick(playerid);
    }
Don't just copy paste, I'm not sure what your banned reason variable is, in your enum.
Reply


Messages In This Thread
Teach me how to make ban with reason - by KyNe - 26.12.2017, 06:00
Re: Teach me how to make ban with reason - by Ritzy2K - 26.12.2017, 06:28
Re: Teach me how to make ban with reason - by KyNe - 26.12.2017, 06:38
Re: Teach me how to make ban with reason - by Sew_Sumi - 26.12.2017, 07:14
Re: Teach me how to make ban with reason - by KyNe - 26.12.2017, 07:15
Re: Teach me how to make ban with reason - by DTV - 26.12.2017, 07:20
Re: Teach me how to make ban with reason - by KyNe - 26.12.2017, 07:25
Re: Teach me how to make ban with reason - by KyNe - 26.12.2017, 08:02
Re: Teach me how to make ban with reason - by Ritzy2K - 26.12.2017, 08:12
Re: Teach me how to make ban with reason - by KyNe - 26.12.2017, 08:23

Forum Jump:


Users browsing this thread: 3 Guest(s)