A message in chat before kick/ban
#1

Hello everyone

I've got this code:

PHP код:
new string[128];
format(stringsizeof(string), "Admin %s[%i] just has banned player %s[%i]. [Reason: %s]"PlayerName(playerid), playeridPlayerName(id), idparam2);
SendClientMessageToAll(0xFF0000FFstring); // I will send a message to all at first
BanEx(idparam2); // I will ban the player 
The problem is - All players can see the message in chat except of the banned player.
The same situation will happen with Kick function. Why? Thanks in advance for a help
Reply


Messages In This Thread
A message in chat before kick/ban - by ForestCZE - 05.03.2018, 16:33
Re: A message in chat before kick/ban - by MrThomas - 05.03.2018, 16:39
Re: A message in chat before kick/ban - by ForestCZE - 05.03.2018, 16:44
Re: A message in chat before kick/ban - by Sew_Sumi - 05.03.2018, 17:11
Re: A message in chat before kick/ban - by PrawkC - 09.03.2018, 03:23

Forum Jump:


Users browsing this thread: 1 Guest(s)