Jump to content

Help .


extlatvia

Recommended Posts

Posted

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.

Posted

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.

Posted

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 .

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...