I have this snippet in my script, but it doesn't seem to work...
The model is not displayed.
I dont get any errors, I played with the XYZ values.
Is there something wrong with this snippet?
(mdl file exists, also tried set(gun,VISIBLE); )
ENTITY* gun = {
type = "pistol.mdl";
layer = 10;
view = camera;
x = camera.x;
y = camera.y - 40;
z = camera.z;
flags = VISIBLE;
}