Jump to content
Sign in to follow this  
evans d [16aa]

Code Check please

Recommended Posts

Ok I've got this but the border around the scope view is red. Can anyone see why and how I can rectify it?

class RscObjectSVD
{
access=0;
type=80;
scale=1.000000;
direction[]={0,0,1};
up[]={0,1,0};
shadow = 0;
};









class RscTitles
{
class svd
{
	idd=-1;
	movingEnable = 0;
	duration=10000000;
	name = "Zozo's Ultimate Sniper Rifle";
	class objects
	{
		class optics: RscObjectSVD
		{
			model="\ca\weapons\optika_snpiere.p3d";
			idc=-1;
			position[] = {0,0,5.8};
			direction[] = {sin 0, sin 180 * cos 0, cos 180 * cos 0};
			up[] = {0, cos 0, -sin 0};
		};
	};
};
};

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×