Mapedits on new maps
Featured Replies
Сейчас на странице 0
- Нет пользователей, просматривающих эту страницу
A better way to browse. Learn more.
A full-screen app on your home screen with push notifications, badges and more.
Используя этот сайт, вы соглашаетесь Условия использования.
Hi guys,
we are trying to add the new maps to our zombiemod but we have a problem
. The mod doesn't load the mapedits for the new map airport( first map we tried to add the mapedits).
We tried to add this in init() :
----------------------------------------------------------------
if(getDvar("mapname") == " airport"){
level thread Airport();
level.doCustomMap = 1;
}
-----------------------------------------------------------------
and for "airport" a lot of other things e.g.: map airport, mp_airport, map mp_airport but nothing is working
pls help us to load the mapedits