[SOLVED] Commmands donґt work (/help)
#1

Hello again,

I have a little problem with my commands. I createt some help commands to help the players in my server. So I have:

/help
/help commands
/help teams
/help money

But the problem is that when I type in: /help commands it shows me the text from /help not from /help commands.
How can I set it that when I type /help commands it shows my the text from this?

Код:
	if(strcmp(cmd, "/help", true) == 0)
	{
	  SendClientMessage(playerid, YELLOW,"General Help");

		return true;
	}

	if(strcmp(cmd, "/help commands", true) == 0)
	{
	  SendClientMessage(playerid, YELLOW,"Commands Help");

		return true;
	}
Reply


Messages In This Thread
[SOLVED] Commmands donґt work (/help) - by Flashy - 01.06.2010, 15:17
Re: Commmands donґt work - by ReVo_ - 01.06.2010, 15:21
Re: Commmands donґt work - by -Rebel Son- - 01.06.2010, 15:36
Re: Commmands donґt work - by Flashy - 01.06.2010, 15:50
Re: Commmands donґt work - by MastahServers - 01.06.2010, 15:53
Re: Commmands donґt work - by Naxix - 01.06.2010, 16:10
Re: Commmands donґt work - by Flashy - 01.06.2010, 16:26
Re: [SOLVED] Commmands donґt work (/help) - by MadeMan - 01.06.2010, 16:37
Re: [SOLVED] Commmands donґt work (/help) - by [XST]O_x - 01.06.2010, 16:38

Forum Jump:


Users browsing this thread: 3 Guest(s)