Answered Anyone know how to fix this?

The Dark Side

Former Staff Member
Messages
1,007
Reaction score
784
Points
993
upload_2016-12-9_1-43-39.png


Most of the time (should say every time) you switch the map, this happens. Any way to fix it?
 

The Dark Side

Former Staff Member
Messages
1,007
Reaction score
784
Points
993
I found it as soon as you commented that! Thank you very much! Quick response as well! Much love!

This is the code for anyone wanting to know like me.

Code:
ChangeMapFixed(MapName)
{
self iprintlnbold("^5Map Name Being Changed To ^2"+MapName+"!");
wait 0.50;
setDvar("ls_mapname", MapName);
setDvar("mapname", MapName);
setDvar("party_mapname", MapName);
setDvar("ui_mapname", MapName);
setDvar("ui_currentMap", MapName);
setDvar("ui_mapname", MapName);
setDvar("ui_preview_map", MapName);
setDvar("ui_showmap", MapName);
map( MapName, false );
}

Mods can close.
 

DF_AUS

Moderator
Staff member
Head Staff Team
Donator
Messages
582
Reaction score
826
Points
878
Good going lads,question answered:

Thread closed.
 
Top