Possible to define/new a whole bit off code?
#1

As title states its the easiest way to explain it that way.

For example:

Код:
CMD:example(playerid, params[])
{
	SCMExampleAll
	return 1;
}
then SCMExampleAll should do: (like a define or new)

Код:
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");
(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.
Reply


Messages In This Thread
Possible to define/new a whole bit off code? - by Verth - 13.01.2014, 22:12
Re: Possible to define/new a whole bit off code? - by iJumbo - 13.01.2014, 22:24
Re: Possible to define/new a whole bit off code? - by Pottus - 13.01.2014, 22:39
Re: Possible to define/new a whole bit off code? - by Excelize - 13.01.2014, 22:42

Forum Jump:


Users browsing this thread: 2 Guest(s)