extlatvia Posted December 18, 2011 Share Posted December 18, 2011 I have problem. There he dosnt show next map. I turn server to Random map, not vote. Bad english Link to comment
codeluaeveryday Posted December 19, 2011 Share Posted December 19, 2011 Hey, go into your race XML and look for these lines: "*randommaps" value="false" friendlyname="Random maps" accept="false,true" group="Gameplay" desc="Set to true to make the next map selection automatic." /> Where it says value="false", change this to value="true". This should have solved your problem. Link to comment
extlatvia Posted December 20, 2011 Author Share Posted December 20, 2011 But it is on true. Link to comment
Xeno Posted December 20, 2011 Share Posted December 20, 2011 Try false and see what that does. Link to comment
CapY Posted December 20, 2011 Share Posted December 20, 2011 Download the latest version of resources here: http://code.google.com/p/mtasa-resource ... p&can=2&q= Link to comment
BinSlayer1 Posted December 20, 2011 Share Posted December 20, 2011 wth.. you're posting a picture and asking why it's not showing something? we need to see the code behind it.. However, if you're running the official race resource then it won't show the next map because the next map is calculated when the map in progress ends. Link to comment
extlatvia Posted December 20, 2011 Author Share Posted December 20, 2011 local screenWidth, screenHeight = guiGetScreenSize() dxDrawColorText ('#00FF00Next Map: #ffffff' .. g_NextMap, 3, screenHeight - dxGetFontHeight(2.00, 'bankgothic')/2, 100, 100, tocolor ( 255, 255, 255, 255 ), 0.55, 'bankgothic', 0.55, 'left') if (g_MapInfo) then How make to show next map? I in server remove votemap. and set next map . 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