HideMessage
#8

//Edit: Oh you're right xD You wanna just show the message from users..not from admins...

PHP код:
if(!Player[playerid][pAdmin])
{
    static const 
r[3][] = {"Timeout/Crash""Quit""Kick/Ban"};
    new 
string[128];
    
GetPlayerName(playeridstringMAX_PLAYER_NAME);
    
format(string,sizeof(string),"* %s (ID: %d) has left the server. (%s)",string,playerid,r[reason]);
    
SendClientMessageToAll(0xAAAAAAAA,string);  

Reply


Messages In This Thread
HideMessage - by CannonBolt - 22.09.2016, 01:40
Re: HideMessage - by Luis- - 22.09.2016, 01:43
Re: HideMessage - by CannonBolt - 22.09.2016, 01:46
Re: HideMessage - by Luis- - 22.09.2016, 01:50
Re: HideMessage - by CannonBolt - 22.09.2016, 01:52
Re: HideMessage - by Luis- - 22.09.2016, 01:56
Re: HideMessage - by CannonBolt - 22.09.2016, 02:00
Re: HideMessage - by Kaliber - 22.09.2016, 02:04
Re: HideMessage - by CannonBolt - 22.09.2016, 02:05
Re: HideMessage - by InActtive™ - 22.09.2016, 03:31

Forum Jump:


Users browsing this thread: 1 Guest(s)