11.03.2010, 21:01
i dont believe you need the return
what you are doing is setting ALTERNATIVE_NAME to basically run the code after it
so later on in your script you would do:
your define cannot use itself to replace the code but it can use it
example:
later in script
what you are doing is setting ALTERNATIVE_NAME to basically run the code after it
so later on in your script you would do:
Код:
ALTERNATIVE_NAME SendClientMessage(playerid, 0x00000000, DIFFERENT_VARIABLE);
example:
Код:
new string[128]; #define ALTERNATIVE_NAME format(string,sizeof(string), "%s%c", FirstName,"'");
Код:
ALTERNATIVE_NAME SendClientMessage(playerid, 0x00000000, string);