pro-mos Posted June 2, 2016 Share Posted June 2, 2016 As the title says. The wiki doesn't tell. And what's the best way to handle the event (client or server)? To load maps and create objects. Link to comment
Gravestone Posted June 2, 2016 Share Posted June 2, 2016 There are multiple functions for this. Many are shared, many are client sided. For e.g createObject. It is a shared function and handler of this can be server sided and client sided both. (onResourceStart, onClientResourceStart) Link to comment
pro-mos Posted June 2, 2016 Author Share Posted June 2, 2016 Sorry I didn't make my self clear, what I meant is this event "onGamemodeMapStàrt" server or client? This is mapmanager event, and second question is the best way to load map objects is to do it on server or client side? Link to comment
Gravestone Posted June 2, 2016 Share Posted June 2, 2016 onGamemodeMapStart is a shared event. The best way to load objects is client side. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now