24.08.2016, 10:33
Don't use pragma to fix small errors.
Just fix the indentations.
Sure, use the #define, but using the #if relating to it is unnecessary, and more likely a remnant of using the new.pwn, same with the pragma.
Just fix the indentations.
Quote:
Defining FILTERSCRIPT is very important when using includes (other than a_samp)
Most includes check if FILTERSCRIPT is defined to know what callback they should hook (ex: OnFilterScriptInit or OnGameModeInit) So actually, he should keep it (because he's using zcmd and it uses that) |