I can't load the models .
I found some models in the assetviewer: one of them is mp_crisis_nuke
well i precached it, in zone sourceand the material to.
And when that was finished i putted it in my mod:
Now it should work, but it dont (maybe i have to put files in the mod just like custom models IDK :S)
so plz help me
I found some models in the assetviewer: one of them is mp_crisis_nuke
well i precached it, in zone source
Code:
xmodel, mp_crisis_nuke
And when that was finished i putted it in my mod:
Code:
spawnModel()
{
testEnt = spawn( "script_model", (1552, 800, 100 ));
testEnt SetModel( "mp_crisis_nuke" );
}
so plz help me