09.02.2019, 14:08
I have this macro:
Which allows me to gain some time while scripting (without forwarding everytime a callback)...
I'm using it in a filterscript, but i also wanna use it in a gamemode file, how i can without writing it everytime in every gamemode?
pawn Код:
#define function%0(%1) forward %0(%1); public %0(%1)
I'm using it in a filterscript, but i also wanna use it in a gamemode file, how i can without writing it everytime in every gamemode?