Client Message?
#1

It should say return the client message before kicking but all it directly kicks without returning any message. It was working fine before and is happening with all such codes.
pawn Код:
if(CheckBan(string) == 1 && !dini_Int(file, "Whitelisted"))
    {
        SetPlayerName(playerid, "BannedPlayer");
        SendClientMessage(playerid, COLOR_LIGHTRED, "EG:RP: {FFFFFF}Your range is banned from this server.");
        Kick(playerid);
        return 1;
    }
Reply


Messages In This Thread
Client Message? - by Laure - 02.06.2014, 12:06
Re: Client Message? - by iZN - 02.06.2014, 12:10
Re: Client Message? - by Copfan5 - 02.06.2014, 12:10
Re: Client Message? - by Rittik - 02.06.2014, 12:11
Re: Client Message? - by Lynn - 02.06.2014, 12:12
Re: Client Message? - by Laure - 02.06.2014, 12:18
Re: Client Message? - by Lynn - 02.06.2014, 12:25

Forum Jump:


Users browsing this thread: 2 Guest(s)