Making a command seperate
#2

Quote:
Originally Posted by Immortal99
Посмотреть сообщение
How do i make a command like this:

[/command 1] in zcmd if i make it separate i get errors

Errors:

[/command 1]

No Errors:

[/command1]

How do i make it seperate?
Hello, You cant do it like this, but i think you are trying to make something like this:
Код:
CMD:gotobusiness(playerid, params[])
{
        new idx;
	if(sscanf(params, "i", idx)) return SendClientMessage(playerid, COLOR_WHITE, "USAGE: /gotobiz [bizid]");
        //your action here
	return 1;
}
describe more if it didn`t helped you..
Reply


Messages In This Thread
Making a command seperate - by Immortal99 - 15.08.2016, 18:12
Re: Making a command seperate - by burhanjaved - 15.08.2016, 19:29
Re: Making a command seperate - by Immortal99 - 15.08.2016, 20:16
Re: Making a command seperate - by Shinja - 15.08.2016, 20:48
Re: Making a command seperate - by SickAttack - 15.08.2016, 20:53

Forum Jump:


Users browsing this thread: 2 Guest(s)