Admin joining message
#1

Hi all,

I wanna to make a script that defines if an Administrator is connected

I have made one for players :

PHP Code:
GetPlayerName(playerid,pname,sizeof(pname));
    
format(string,sizeof(string),"* %s(%d) vient de rejoindre {KFX} Survivants vs Zombies.",pname,playerid);
    
SendClientMessageToAll(COLOR_DEADCONNECT,string); 
But i wan't an other one for admins, for exemple if an administrator is connected they show up

PHP Code:
Administrator KillerDVX has joined the server 
Thanks.
Reply


Messages In This Thread
Admin joining message - by KillerDVX - 07.06.2015, 09:17
Re: Admin joining message - by GTLS - 07.06.2015, 09:21
Re: Admin joining message - by JaydenJason - 07.06.2015, 09:26
Re: Admin joining message - by GTLS - 07.06.2015, 09:30
Re: Admin joining message - by dionisak0s - 07.06.2015, 09:30
Re: Admin joining message - by GTLS - 07.06.2015, 09:32
Re: Admin joining message - by NoDi522 - 07.06.2015, 09:34
Re : Admin joining message - by KillerDVX - 07.06.2015, 09:34
Re: Admin joining message - by dionisak0s - 07.06.2015, 09:35
Re: Re : Admin joining message - by GTLS - 07.06.2015, 09:38

Forum Jump:


Users browsing this thread: 3 Guest(s)