Author Topic: gamemode endless add-on execution loop  (Read 467 times)

Made a gamemode, thumbnail / preview image are blank in-game. Change to said gamemode and the add-ons start executing endlessly, starting with bricks, ending with weapons, repeat. Why?

turned download textures on with my client, the previews show up now
the endless execution loop stopped when i removed all server_ and script_ mods from my the gamemode file.
i have some eliminating to do

Is this why there is a bunch of problems with the prison?

noedit: This is the problem when game makers dont announce updated for packet fixes etc so then people dont know ahead of time

It's pretty weird how Blockland executes files. I've had this happen to me a couple times as well.

Pretty sure that the endless execution loop happens when an add-on tries to do a for statement outside of a function, using local variables.