Help me truckcar
#6

In the first code I just fixed some line that was );
and it was need to be ))
Код:
CMD:accept(playerid, params[])
{
	new param[20];
	if (sscanf(params, "s", param)) return SendClientMessage(playerid, COLOR_RED, "USAGE: /accept [option]");
	SendClientMessage(playerid, -1, "USAGE: /accept job, etc..");
	if (!strcmp(param, "job", true))
	{
			// sscanf for other params goes here...
	}
	return 1;
}
EDIT: I did not deleted any line,
just changed the Create3DTextLabel line
and I just fixed some line that was );
and it was need to be ))
Reply


Messages In This Thread
Help me truckcar - by xganyx - 02.07.2013, 08:40
Re: Help me truckcar - by Scottas - 02.07.2013, 08:47
Re: Help me truckcar - by xganyx - 02.07.2013, 10:00
Re: Help me truckcar - by FuznesS - 02.07.2013, 10:35
Re: Help me truckcar - by xganyx - 02.07.2013, 11:17
Re: Help me truckcar - by FuznesS - 02.07.2013, 11:27
Re: Help me truckcar - by xganyx - 02.07.2013, 12:02

Forum Jump:


Users browsing this thread: 1 Guest(s)