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
#2

Nevermind, fixed it.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)