hello here I am again, unfortunately it does not work.
after I set the sound zone.
With the new lua script: as below
- LUA Script - precede every function and global member with lowercase name or script + '_main'
- Player Enters Sound Zone
soundinzone_init function (e)
end
soundinzone_main function (e)
if g_Entity [e] ['plrinzone'] == 1 then
PlaySound (e, 0)
ActivateIfUsed (e)
end
end
the game does not work anymore.
This keeps stabbing at loading at:
Initialising physics. up here running lua and gets stuck