SA-MP Forums Archive
Help with strcmp +rep for helpers - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Help with strcmp +rep for helpers (/showthread.php?tid=592665)



Help with strcmp +rep for helpers - DemME - 28.10.2015

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.");
    } 



Re: Help with strcmp +rep for helpers - DemME - 28.10.2015

Nevermind, fixed it.