Jump to content

Help .


extlatvia

Recommended Posts

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

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

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...