I am trying to make a camera tik so that it can be controlled better, and attached to stuff, but it's not working. :<
Code: Select all
TIKI
setup
{
scale 0.52 // Set default scale to 16/30.5 since world is in 16 units per foot and model is in cm's
path models/fx/dummy
skelmodel dummy3.skd
// surface c473 shader c47
// surface c472 shader c47
// surface c471 shader c47
}
init
{
server
{
classname "camera" //func_camera also tried :\
rendereffects +dontdraw
notsolid
}
}
animations
{
idle dummy3.skc
}
trigger_camerause::TriggerCamera : my_camera0 is not a camera
:x



