04.07.2016, 21:33
Why do you reject using a macro? It does the job fine here.
Код:
#define function(%0,%1,%2) SendClientMessage(%0, COLOR_WHITE, "{"#%1"}Hello {"#%2"}World!") // %0 = player // %1 = color1 -- This format: RRGGBB // %2 = color2 -- This format: RRGGBB // Example: function(playerid, 000000, 00FF00); Would send this: Hello World