Before you try and add any systems, you should first know how to program and how to read error messages. It clearly says that here:
Code:
0219 14:17:47399 :: File "networkModule.py", line 231, in SetGamePhase
0219 14:17:47399 :: File "system.py", line 130, in __pack_import
0219 14:17:47399 :: File "
0219 14:17:47399 :: <string>
0219 14:17:47399 :: ", line
0219 14:17:47399 :: 677
0219 14:17:47399 ::
0219 14:17:47399 ::
0219 14:17:47399 :: if constInfo.CApiSetHide == 1:
0219 14:17:47399 ::
0219 14:17:47399 ::
0219 14:17:47399 :: ^
0219 14:17:47399 :: IndentationError
0219 14:17:47399 :: :
0219 14:17:47399 :: expected an indented block
0219 14:17:47399 ::
You didn't indent the if-statement.
Edit:
Quote:
Originally Posted by hotflame99
I'm sorry to revive the thread but I'm also having a similar issue. Any help is appreciated 
|
You should also post the contents of
syserr.txt, just in case.