ifplayername
#1

Hi, i wanna do that if admin or a vip or player enters to the server it says something like:
Quote:

V.I.P is in the server! show respect
Or
Quote:

Admin is in the server! no cheats allow now :@

Or
Quote:

Gay Roy(My Friend haha) Is Here

Reply
#2

It will depend on what admin script you are using if you are using your own..

You can simply use something like

Код:
if(adminlevel => 1)
{
   SendClientMessageToAll( 0x6495EDAA, "An admin has connected to the server!"); 
   return 1;
}
Reply
#3

Quote:
Originally Posted by KingyKings
Посмотреть сообщение
It will depend on what admin script you are using if you are using your own..

You can simply use something like

Код:
if(adminlevel => 1)
{
   SendClientMessageToAll( 0x6495EDAA, "An admin has connected to the server!"); 
   return 1;
}
Thanks Dude! works great with matching to my amod
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)