Help with strcmp +rep for helpers
#1

Hey, so I've got an help menu which I've given choices, such as

/help [type]
List: general , account and such like this.

now I wanna do one of them to say if the player isn't admin it will return "You cannot use this command"

PHP код:
else if (!strcmp(params"admin"true))
    {
        
SendClientMessage(playeridCOLOR_NICEBLUE"/(a)dmin, /ahelp.");
    } 
Reply


Messages In This Thread
Help with strcmp +rep for helpers - by DemME - 28.10.2015, 14:56
Re: Help with strcmp +rep for helpers - by DemME - 28.10.2015, 15:05

Forum Jump:


Users browsing this thread: 1 Guest(s)