15.08.2016, 20:16
Quote:
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; } |
I am asking how do i make a command like
CMD:command 1(playerid, params[])
{
SendClientMessage(playerid, COLOR_WHITE, "Server Commands");
return 1;
}
When i do compile it i get errors cause i cant make CMD:command 1 Seperate the 1 so it should be CMD:command1