20.12.2015, 12:40
Make sure that colors and your function are on the same gamemode/include file
For example if you have OnAccountLoad function in publics.inc file and colors are not there it will print undefined errors
If you are trying to make a structured gamemode then you must colors on a custom include like defines.inc and include it in your main gamemode so you will never get errors with defines
For example if you have OnAccountLoad function in publics.inc file and colors are not there it will print undefined errors
If you are trying to make a structured gamemode then you must colors on a custom include like defines.inc and include it in your main gamemode so you will never get errors with defines