13.01.2014, 06:58
For most of my gamemodes, I tend to use this format:
- Includes
- Defines and macros
- Enumerators
- Variables
- Large arrays (vehicle names, location array).
- SA-MP callbacks
- Other public functions.
- Stock functions.
- Commands.