extlatvia Posted December 18, 2011 Posted December 18, 2011 I have problem. There he dosnt show next map. I turn server to Random map, not vote. Bad english
codeluaeveryday Posted December 19, 2011 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.
CapY Posted December 20, 2011 Posted December 20, 2011 Download the latest version of resources here: http://code.google.com/p/mtasa-resource ... p&can=2&q=
BinSlayer1 Posted December 20, 2011 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.
extlatvia Posted December 20, 2011 Author 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 .
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