Answered Certain models not showing up

SlothWiiPlaza

Veteran
Messages
34
Reaction score
28
Points
793
Hello everyone, i'm having a problem with spawning models.

I want to spawn the Fallout Shelter on Nuketown 2025, I precache the model and put in my menu as:
PHP:
add_option(PL, "Fallout Shelter", ::spawnModel, "mlv_nt_fallout_shelter");

So what happens is when i press it, it spawns a Black Box, is it because it can not be spawned on Console or is just unspawnable?

Any help is appreciated. :smile:
 

xTiibo

Veteran
Messages
23
Reaction score
44
Points
803
Hello everyone, i'm having a problem with spawning models.

I want to spawn the Fallout Shelter on Nuketown 2025, I precache the model and put in my menu as:
PHP:
add_option(PL, "Fallout Shelter", ::spawnModel, "mlv_nt_fallout_shelter");

So what happens is when i press it, it spawns a Black Box, is it because it can not be spawned on Console or is just unspawnable?

Any help is appreciated. :grinning:
You have a bad model list take it : GSC - Black Ops 2 Map Models | CabConModding
The real model is "mlv/nt_fallout_shelter" , you had to replace the "_" by "/" after mlv.
 
Top