Players can now enable or disable options via the config file

This commit is contained in:
lee1991
2017-05-26 01:38:42 +01:00
parent aa106e86a8
commit a5d31699be
3 changed files with 190 additions and 124 deletions

View File

@@ -1,3 +1,5 @@
void AddSC_premium_account();
void AddPremiumScripts() {
AddSC_premium_account();
}