dvarnai / store-plugin

GNU General Public License v3.0
50 stars 59 forks source link

Plugin doesn't generate autocofig file, nor gets cvar values from sourcemod.cfg #72

Closed Frenzoid closed 4 years ago

Frenzoid commented 4 years ago

Hello! I noticed that the plugin isn't generating any config file automatically, so i decided to add the cvars:

sm_store_credit_messages 1
sm_store_credit_interval 60
sm_store_credit_amount_active 10
sm_store_credit_amount_inactiv 5
sm_store_credit_amount_kill 10
sm_store_enable_selling 1
sm_store_enable_gifting 1
sm_store_enable_credit_gifting 1
sm_store_sell_ratio 0.6

at the end of cfg/sourcemod/sourcemod.cfg, so that way when the game starts, it would set the values, but for some reason thats not working, and theres no error droping either.

Any idea / clue what could be causing the issue? PD: this is an awesome plugin! Simple and userfriendly, for the user and for admins.

Best regards!

Frenzoid commented 4 years ago

Found the issue, plugin couldn't generate the cofig at server reboot due to the lack of the translation files.