Quote:
Originally Posted by KliPPy
In your case %2 will contain all arguments after the second one, so variadic functions are possible.
|
Thanks for the info, didn't know it has such cool thing...
Also, Killer. It is possible.. I didn't read attentively...
If you want to use only your stock than it's simple.
Just go do amxmodx.inc from includes folder, find line
native client_print (blabla...)
and add double slash to comment it //
So it won't be used by compiller and won't throw error after you add your define.
So yes, it's possible, but only in case you are planning to use only your stock, without native client_print.