placeables()
{
start = anglestoforward(self getPlayerAngles()) * 50;
end = (self getEye() + start);
box = spawn("script_model", end);
box setModel("com_plasticcase_friendly"); //this is your model of your placeable.
box linkTo( self );
box setContents( 1 );
for(;
{
box.angles = self.angles;
wait 0.01;
}
}
Copyright © 2026, NextGenUpdate.
All Rights Reserved.