command help
#1

Hello. When I Type Any Command Error But I Dont Get Message Like This " This Command Is Not Avaiable Type /Help"
When i type error cmd but when i look at chat there is nothing appear any help i hope u understand
Reply
#2

Try this

Код:
public OnPlayerCommandPerformed(playerid, cmdtext[], success)
{
    if(CheckGMX(playerid)) return 1;
	if(!success) SendClientMessage(playerid, COLOR_WHITE, "You have entered an invalid command. Please use {FFFFFF}/help {AFAFAF}or {01FCFF}/helpme {AFAFAF}for more information.");
	return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)