PremyslTalich / TeamGames

Sourcemod plugin providing team based games for prisoners and some useful things for wardens.
17 stars 13 forks source link

Bug if you put * .sp file in a single folder #6

Closed SHAREN closed 8 years ago

SHAREN commented 9 years ago

In the folder "plugins" I sort of *.sp files in folders, especially the modules, if I put a plug-in or module folder sourcemod / plugins / TeamGames, the plug can not create the setting.

[TeamGames/TG_ChickenHunt.smx] Cannot create file 'addons/sourcemod/configs/colorvariables/plugin.TeamGames/TG_ChickenHunt.cfg' !
PremyslTalich commented 9 years ago

Hmm... there are some problems, when plugin attempt to create file in directory that doesn't exist... I am gonna fix that (guess tomorrow). Now you can fix it, by creating addons/sourcemod/configs/colorvariables.

Thx! ;-)

PremyslTalich commented 8 years ago

Solved - https://github.com/KissLick/TeamGames/blob/master/TODO.md

You just need to recompile TG with the latest ColorVariables version.