How to repair is error
Look is photo ! :D
http://prntscr.com/47vacx
Thanks Dx :DD
How to repair is error
Look is photo ! :D
http://prntscr.com/47vacx
Thanks Dx :DD
search in all projects wz_colorado and add under it your Map name
greetings
eywasgeht
No,throw the same error
wich source are you using ?
greetings
eywasgeht
HUNZ Source !
- - - Updated - - -
But i dont have source pre-configure ! i need source configure
The error means WZ_lobby isn't defined.
Open:
And change this:src\ServerNetPackets\NetPacketsGameInfo.h
toCode:enum EMapId { MAPID_Editor_Particles = 0, MAPID_ServerTest, MAPID_WZ_Colorado, // NOTE: do *NOT* add maps inside current IDs, add ONLY at the end // otherwise current map statistics in DB will be broken MAPID_MAX_ID, };
Code:enum EMapId { MAPID_Editor_Particles = 0, MAPID_ServerTest, MAPID_WZ_Colorado, MAPID_WZ_Lobby, // NOTE: do *NOT* add maps inside current IDs, add ONLY at the end // otherwise current map statistics in DB will be broken MAPID_MAX_ID, };