Page 1 of 1

GunGame5.1 Problem

PostPosted: Mon Jan 24, 2011 9:26 pm
by Zenobio
Hallo zusammen,
wenn ich meinen Server starten möchte kriege ich immer folgende Fehlermeldung:
# ================================================
# >> GunGame 5.1 Exception Caught!
# ================================================
Traceback (most recent call last):
File "../eventscripts/es.py", line 409, in loadModuleAddon
newaddon = __import__(importname)
File "../eventscripts/gungame51/gungame51.py", line 44, in <module>
from core.cfg.shortcuts import loadConfig
File "../eventscripts/gungame51/core/cfg/__init__.py", line 18, in <module>
from cfglib import AddonCFG
File "../eventscripts/_libs/python/cfglib.py", line 106
es.mexec('..' + self.cfgpath.replace(self.gamedir, '', 1))
^
IndentationError: unexpected indent
# ================================================


Danach kommt das:
Could not open script for addons/eventscripts/gungame51/es_gungame51.txt
Error source (console): (no script)


Kann mir wer helfen?

Mfg
Zenobio

PostPosted: Mon Jan 24, 2011 11:08 pm
by satoon101
Make sure when you are editting that file, that you still have 6 spaces before the line. It seems that you have made it 7 or more. It "must" be 6.

Satoon