View Single Post
Custom Model in Stripper2 Problem
Old
  (#1)
paranoiz
Guest
 
Status:
Posts: n/a
Default Custom Model in Stripper2 Problem - 24-10-2004

Hi there,
I´m using your plugin Stripper2 on a Counterstrike-Server and i want to place a custom model (a truck) in de_dust. Everything is ok so far, the precached truck-model is exactly where i want to have it. But i can walk through it ...:'(

I have tested:
Code:
{
classname/func_wall
PRECACHE_MODEL(models/truck.mdl)
model/models/truck.mdl
origin/150 650 0
bbox_min/-200 -200 0
bbox_max/200 200 190
}
and:
Code:
 {
classname/func_wall 
PRECACHE_MODEL(models/truck.mdl)
frame/1
framerate/10
rendermode/1
angle/0
renderamt/255
scale/0.50
spawnflags/1
model/models/truck.mdl
origin/150 650 0
}
but its always the same result...

Can you help me please?

Please excuse my bad english....
  
Reply With Quote