Garry's Mod
ReDead
mapvote
I'm trying to implement a mapvoting function at the end of each round and it's gone rather well.
However, there's a slight problem: The endgame scores are covering the votemap window!
I would be super-happy to know when in the init.lua (if ever?) showing the scores at the end of the round is called! Because currently I've changed the
v:NoticeOnce( "Next map: " .. game.GetMapNext() , GAMEMODE.Colors.White, 7, 4 )
to
MapVote.Start(voteLength, allowCurrentMap, mapLimit, mapPrefix)
which, as far as I can tell, should be the last bit of code before the map actually changes, yet the scores seem to appear AFTER the mapvote starts...

Thanks for your time and answers.
< >
1-4 / 4 のコメントを表示
nukita  [開発者] 2013年6月25日 13時07分 
I will try and add something for mapvotes soon so that you can easily add your own vote system.

i could also just write my own mapvote system if people wanted...
Either way sounds awesome! :)
both way sound geat
nuke check out the Fretta Mapvote addon for TTT you could easily modify it for this
< >
1-4 / 4 のコメントを表示
ページ毎: 1530 50