Guys, I need ya!
#7

Quote:
Originally Posted by bartje01
Посмотреть сообщение
use it like this:
pawn Код:
if(PInfo[playerid][Level] < 1) return SendClientMessage(playerid,ORANGE,"You're not an admin level 1 or higher!");
so if you make a cmd.

I use zcmd:
pawn Код:
COMMAND:hello(playerid,params[])
{
if(PInfo[playerid][Level] < 1) return SendClientMessage(playerid,ORANGE,"You're not an admin level 1 or higher!");
else
{

SendClientMessageToAll(COLORCODE,"Hello Everyone");
}
return 1;
}
hope it helped
Does it have something with RANK?
Reply


Messages In This Thread
Guys, I need ya! - by NuggaN_ - 26.01.2011, 22:35
Re: Guys, I need ya! - by DRIFT_HUNTER - 26.01.2011, 22:39
Re: Guys, I need ya! - by =SR=Tony - 26.01.2011, 22:42
Re: Guys, I need ya! - by DRIFT_HUNTER - 26.01.2011, 22:45
AW: Guys, I need ya! - by NuggaN_ - 26.01.2011, 22:47
Re: Guys, I need ya! - by bartje01 - 26.01.2011, 22:47
Re: Guys, I need ya! - by DRIFT_HUNTER - 26.01.2011, 23:14

Forum Jump:


Users browsing this thread: 1 Guest(s)