Bomberbie
Status: Offline
Joined: 03 Dec 2015 Posts: 8
 |
#446 Posted: Mon Feb 08, 2016 3:00 pm |
 |
In game_errors.txt, I have that, maybe it help you... ? We had the crash/black screen bug in FFA & team.
ERROR in
action number 1
of Alarm Event for alarm 0
for object scoreboard_obj:
Error in code at line 24:
x = panel_x[u] + panel_sx[u] + 12 + /*( global.battle_tagmatch == 0 ) **/ 12 * ( 5 - global.battle_matches ) + 24 * global.battle_trophies[u];
^
at position 6: Unknown variable panel_x or array index out of bounds
ERROR in
action number 1
of Alarm Event for alarm 0
for object scoreboard_obj:
Error in code at line 24:
x = panel_x[u] + panel_sx[u] + 12 + /*( global.battle_tagmatch == 0 ) **/ 12 * ( 5 - global.battle_matches ) + 24 * global.battle_trophies[u];
^
at position 6: Unknown variable panel_x or array index out of bounds |
|