[Support] Map voting system GSC
-
Does anyone have the map voting system code?. And how would that work; I mean how to pause before changing maps and actually changing the map in gsc. map(map, false); does not work?
-
yea i have it, join in Sorex server with map vote menu
-
Sorex I mean the source, can you help me with that?
-
I can sell mine code
-
Sorex Add me on discord Radon#7616
-
Sorex was actually selling it, so decided to make it myself. Can anyone help with a changeMap function and I don't know how to make sure the server does not rotate after killcam?
-
Radon LOOOL. Love this community. Try SetDvar( "sv_mapRotationCurrent", "mp_carrier" );
-
ImVeryTwisted Yeah I know, had that already. Only think I can't figure out is how to make sure to get it after the killcam. I can waittill the killcam is finished, but then shaders load incorrectly + only 4 seconds
-
As im not experienced at bo2 i cant help much but i can help with some traces:
1- there should be some event handler probably named endGame(its from mw2)
you can call your start voting script from. it may be in any of _gamelogic or _globallogic2- you can use good old voting script from Cod4 Royal Soldiers HC mod(available on cfgfactory) however its not as same as design of what you just sent
3- and according to ImVeryTwisted if bo2 using old maprotation system (not the random one) you can easily set sv_mapRotationCurrent dvar after voting completed
hope i helped you. sincerely