Help with command
#1

Hello.
I want help with command
/rcontest

this command for admin lvl 5 and if admin send command /rcontest so sendclientmesseage. rcon password..
Reply
#2

Explain better plz
Reply
#3

PHP код:
if(PlayerInfo[playerid][pAdmin]  >= 5)
{
..... 
Reply
#4

Код:
/*You cmd processor.. */
if(PlayerInfo[playerid][pAdmin]  >= 5) 
{ 
SendClientMessage(playerid,-1,"/* MSG*/");
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)