11.09.2015, 17:25
I was thinking about making some stuffs short by defining them, i mean for example;
or
My question is, would there be any disadvantage of doing such thing? Like slowing down the code's performance or causing some other problems.
Код:
#define function%0(%1) forward%0(%1); public%0(%1) function blabla(playerid)
Код:
#define format:%0( format(%0, sizeof(%0), format:somestring("%i", somevar);