Closed lemeshovich closed 5 years ago
when im trying to compile plugin with your ext im getting that error .sp(17) : error 100: function prototypes do not match 17 row is PTaH(PTaH_ServerConsolePrint, Hook, ServerConsolePrintHook);
.sp(17) : error 100: function prototypes do not match
PTaH(PTaH_ServerConsolePrint, Hook, ServerConsolePrintHook);
PTaH(PTaH_ConsolePrint, Hook, ConsolePrintHook); is working with no problems what could be the reason?
PTaH(PTaH_ConsolePrint, Hook, ConsolePrintHook);
https://github.com/komashchenko/PTaH/blob/master/PTaH.inc#L445
Thank you, problem was i had wrong parameters.
when im trying to compile plugin with your ext im getting that error
.sp(17) : error 100: function prototypes do not match
17 row isPTaH(PTaH_ServerConsolePrint, Hook, ServerConsolePrintHook);