12.08.2013, 07:33
Ya this will help you out but remember order in which you include includes makes a difference for instance if you have includes that use gamemode variables that include needs to be placed after all your variables try and use the following structure.
1) Main includes <a_samp> and plugins
2) Pre-processor directives
3) System includes - For instance a streamer these are non gamemode variable dependent
4) Gamemode variables
5) System includes - Variable dependent these are usually commands and possibly might use some non variable dependent includes
6) Code
Oh and 7) y_hooks! y_hooks! y_hooks! https://sampforum.blast.hk/showthread.php?tid=166016 absolutely your best friend
1) Main includes <a_samp> and plugins
2) Pre-processor directives
3) System includes - For instance a streamer these are non gamemode variable dependent
4) Gamemode variables
5) System includes - Variable dependent these are usually commands and possibly might use some non variable dependent includes
6) Code
Oh and 7) y_hooks! y_hooks! y_hooks! https://sampforum.blast.hk/showthread.php?tid=166016 absolutely your best friend