I'm getting the following:
] rcon es_load gungame/custom_addons/gg_cheap_equip
==============================================================================
A GUNGAME EXCEPTION HAS BEEN CAUGHT
==============================================================================
...and logged in the error log. This file is available at:
-> addons/eventscripts/gungame/logs/errorlog 5.0.585.txt
==============================================================================
Report the following error at
http://forums.gungame5.com in the respective
addon's topic, or as a GunGame bug.
The traceback is available below, the most recent call is at the end.
******************************************************************************
Traceback (most recent call last):
File "/home/cstrike/srcds/css/cstrike/addons/eventscripts/es.py", line 339, in loadModuleAddon
newaddon = __import__(importname)
File "/home/cstrike/srcds/css/cstrike/addons/eventscripts/gungame/custom_addons/gg_cheap_equip/gg_cheap_equip.py", line 34, in <module>
gg_cheap_equip_command = gungamelib.getVariableValue('gg_cheap_equip_command')
File "/home/cstrike/srcds/css/cstrike/addons/eventscripts/_libs/python/gungamelib.py", line 2248, in getVariableValue
raise ValueError('Unable to get variable value (%s): not registered.' % variableName)
ValueError: Unable to get variable value (gg_cheap_equip_command): not registered.
******************************************************************************
Could not open script for addons/eventscripts/gungame/custom_addons/gg_cheap_equip/es_gg_cheap_equip.txt
Error source (console): (no script)
thoughts?