Al3grab Posted February 8, 2012 Posted February 8, 2012 Hi , now i am setting up for my own gm , so i was wondering how the 'Set Next Map' button works , and how could i use it in my gm so if the map ends the next map starts , i checked the map cycler and map manager wiki page and there is no information about it example in race gm , its working :
Castillo Posted February 8, 2012 Posted February 8, 2012 Is not hard to go to "Admin/server/admin_server.lua" and search for "next". executeCommandHandler("nextmap", source, mapName) That's how it works.
BinSlayer1 Posted February 8, 2012 Posted February 8, 2012 The admin panel makes the user execute /nextmap and the command handler for it is in racevoting_server.lua (race resource) Check the command handler and understand how it works from there
Al3grab Posted February 8, 2012 Author Posted February 8, 2012 yes i know that but when i try to set the next map with another gm like mine or any other gm the set next map button disabled and i cant click on it , so i think i should do something in the gm to make it compatible with it Edit1 : The admin panel makes the user execute /nextmap and the command handler for it is in racevoting_server.lua (race resource)Check the command handler and understand how it works from there ok , i will see it now thx Edit2 : couldn't make it work , i think i will make my own next map system
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