28.10.2015, 14:56
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"
/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(playerid, COLOR_NICEBLUE, "/(a)dmin, /ahelp.");
}