Whats the best and most comum way to change from one "game" to other?
I have noticed a few problems on some resources loading, and so far we didnt get any error from the debug script what makes me believe thats some kinda of non bug on loading on our current way.
to change from one game to other, however its extremely rare but, sometimes the .map file seems to dont not load *( or even the teams ).
My question is: whats the most comum way to change from one resource to other? *( we have a folder for each game with: gamemode-client.lua , gamemode-server.lua , gamemode.map and meta.xml ).
(PS1:Just a note that our server loads around 25 diferent folders with the content mentioned abvoe ( same names on .lua files but diferent folder names )
Question
djlobo
Whats the best and most comum way to change from one "game" to other?
I have noticed a few problems on some resources loading, and so far we didnt get any error from the debug script what makes me believe thats some kinda of non bug on loading on our current way.
On our server we use:
call(getResourceFromName("Mapmanager"), "changeGamemode",getResourceFromName(NextMode))
to change from one game to other, however its extremely rare but, sometimes the .map file seems to dont not load *( or even the teams ).
My question is: whats the most comum way to change from one resource to other? *( we have a folder for each game with: gamemode-client.lua , gamemode-server.lua , gamemode.map and meta.xml ).
(PS1:Just a note that our server loads around 25 diferent folders with the content mentioned abvoe ( same names on .lua files but diferent folder names )
(PS2: Im getting desperate )
Link to comment
9 answers to this question
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