ZCMD to YCMD
#6

Quote:
Originally Posted by Jessyy
Посмотреть сообщение
Command_AddAltNamed(old[], altname[]) - Adds an alternate spelling for a command by name

Код:
public OnGameModeInit()
{
	...
	Command_AddAltNamed("help", "h");
	...
	return 1;
}

...

YCMD:help(playerid, params[], help)
{
	...
	return 1;
}
!!!! why like this simple read this https://sampforum.blast.hk/showthread.php?tid=169029
I read and did not understand ..
- There is no simpler way? Because I have a lot of commands in ZCMD and now I need move all this? ...
Anyway thanks!
Edit:
I forgot to ask ..
What is the parameter of the help I did not understand it :/
Reply


Messages In This Thread
ZCMD to YCMD - by benel1 - 25.08.2013, 20:11
Re: ZCMD to YCMD - by Cypress - 25.08.2013, 20:25
Re: ZCMD to YCMD - by Jessyy - 25.08.2013, 20:27
Re: ZCMD to YCMD - by benel1 - 25.08.2013, 20:32
Re: ZCMD to YCMD - by Cypress - 25.08.2013, 20:34
Re: ZCMD to YCMD - by benel1 - 25.08.2013, 20:53
Re: ZCMD to YCMD - by Jessyy - 25.08.2013, 21:02
Re: ZCMD to YCMD - by DanishHaq - 25.08.2013, 22:33

Forum Jump:


Users browsing this thread: 1 Guest(s)