02.07.2013, 11:27
In the first code I just fixed some line that was );
and it was need to be ))
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 ))
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; }
just changed the Create3DTextLabel line
and I just fixed some line that was );
and it was need to be ))