|
|
| #endinput
|
|
|
|
|
| #endinput
|
|
|
|
|
| #undef _inc__fixes_settings
|
|
|
|
|
| #undef _FIXES_SETTING
|
| #define _FIXES_SETTING stock
|
|
|
|
|
| #error `_fixes_settings.inc` included, but `_FIXES_WARNING` is not defined to select a warning message.
|
|
|
|
|
|
|
|
|
| #warning Setting `FIXES_ExplicitSettings`, to make all settings explicit, must now be explicit.
|
|
|
| #warning Setting `FIXES_EnableAll`, to enable all fixes, must now be explicit.
|
|
|
| #warning Setting `FIXES_EnableDeprecated`, to enable fixes for fixed bugs, must now be explicit.
|
|
|
| #warning Setting `FIXES_DefaultDisabled`, to disable all fixes by default, must now be explicit.
|
|
|
| #warning Setting `FIXES_ExplicitOptions`, to make all fixes explicit, must now be explicit.
|
|
|
| #warning Setting `FIXES_SilentKick`, to kick users without any message, must now be explicit.
|
|
|
| #warning Setting `FIXES_Debug`, to enable debug mode, must now be explicit.
|
|
|
| #warning Setting `FIXES_Single`, to enable single script mode, must now be explicit.
|
|
|
| #warning Setting `FIXES_NoSingleMsg`, to disable the single mode warning message, must now be explicit.
|
|
|
| #warning Setting `FIXES_NoServerVarMsg`, to disable the config access warning message, must now be explicit.
|
|
|
| #warning Setting `FIXES_NoGetMaxPlayersMsg`, to disable the `MAX_PLAYERS` warning message, must now be explicit.
|
|
|
| #warning Setting `FIXES_NoPawndoc`, to disable all fixes.inc pawndoc output, must now be explicit.
|
|
|
| #warning Setting `FIXES_CorrectInvalidTimerID`, to specify that you know invalid timers are `0`, must now be explicit.
|
|
|
| #warning Setting `FIXES_NoYSI`, to optimise the code when YSI isn't used, must now be explicit.
|
| #elseif _FIXES_WARNING == 15
|
| #warning Setting `FIXES_OneRandomVehicleColour`, to allow only one random vehicle colour, must now be explicit.
|
| #elseif _FIXES_WARNING == 16
|
| #warning Setting `FIXES_NoVehicleColourMsg`, to disable the vehicle colours warning, must now be explicit.
|
| #elseif _FIXES_WARNING == 17
|
| #warning Setting `FIXES_CountFilterscripts`, to count loaded filterscripts, must now be explicit.
|
| #elseif _FIXES_WARNING == 18
|
| #warning Setting `FIXES_NoFilterscriptsMsg`, to hide the filterscripts error information, must now be explicit.
|
| #else
|
| #error `_fixes_settings.inc` included, but `_FIXES_WARNING` is not set to a valid warning message.
|
| #endif
|
| #pragma warning pop |