13.01.2014, 22:12
As title states its the easiest way to explain it that way.
For example:
then SCMExampleAll should do: (like a define or new)
(The whole code not just one)
It needs to be allowed to use any kind of character. (examples: = && []())
If its SetIntVar etc, may I get an intruction?
Thank you for you time.
For example:
Код:
CMD:example(playerid, params[]) { SCMExampleAll return 1; }
Код:
SendClientMessage(playerid, -1, "Example"); SendClientMessage(playerid, -1, "Example"); SendClientMessage(playerid, -1, "Example"); SendClientMessage(playerid, -1, "Example"); SendClientMessage(playerid, -1, "Example"); SendClientMessage(playerid, -1, "Example"); SendClientMessage(playerid, -1, "Example"); SendClientMessage(playerid, -1, "Example");
It needs to be allowed to use any kind of character. (examples: = && []())
If its SetIntVar etc, may I get an intruction?
Thank you for you time.