25.12.2018, 10:31
The forward should be unneccessary as it's already forwarded in the SAMP includes.
You can put callbacks in includes just like anywhere else, but you should hook it instead of defining the original one in the include (you cannot have the same callback 2 times in one script, so having two includes that use the same callback will give you an error - includes aren't seperate scripts if you include both in one script (obviously)).
You can put callbacks in includes just like anywhere else, but you should hook it instead of defining the original one in the include (you cannot have the same callback 2 times in one script, so having two includes that use the same callback will give you an error - includes aren't seperate scripts if you include both in one script (obviously)).