How to make DOORS with Buttons

Stepz

der grüne man
Code:
Codes:
{
"classname" "misc_bsp"
"bspmodel" "instances/colombia/npc_jump1"
"origin" ""
"angles" "0 0 0"
}


{
"classname" "misc_bsp"
"bspmodel" "instances/generic/fence01"
"origin" ""
"angles" "0 0 0"
}

{
"classname" "func_door"
"model" "*35"
"origin" "200 3160 450"
"targetname" "poop"
"angle" "-1"
"speed" "400"
"lip" "800"
"damage" "1000"
"wait" "2"
}

{
"classname" "func_button"
"model" "*36"
"origin" "-420 3450 450"
"angle" "180 0 0"
"target" "poop"
"health" "1"
"damage" "1000"
}


Origin: to define the origin of the box and the fence.
speed: the speed of the door thats going up/down/right/left
angle: THIS IS A VERY IMPORTANT COMMAND. When puting this on -1, you will have the model (the door) moving up/down. When having the angle on for example 90, it (the door) will go left/right.
lip: the amount that the door will go down/up/right/left.
wait: the time that the door will go down/right/up/left.
 
so im trying to make a button, when sliced it will show a box coming out of the wall, but i have no idea what model it is , how can i find out?
its on mp_shop btw it has like 48 * models
+1
 
Back
Top