Post: [RELEASE]► Security Cams
09-15-2010, 01:53 AM #1
(adsbygoogle = window.adsbygoogle || []).push({}); Basically what this does is spawn a tv at one point and an unsuspecting airvent (the camera) and if you go near the tv and press "X", it will let you view through the "Cameras" view.

    self.spying = 0;        //put in onPlayerSpawned() 


securityCams()
{
self endon( "death" );
self endon( "disconnect" );
self setOrigin((31,0,40.5));

camOne = spawn("script_model", (0,0,40.5));
camOne setModel("com_tv1_testpattern");
camOne.angles = self.angles;

camTwo = spawn("script_model", (1000,0,40.5));
camTwo setModel("cs_wallfan1");
camTwo.angles = self.angles;

for(;Winky Winky
{
if(distance(camOne.origin, self.origin)<30 && self usebuttonpressed() && self.spying == 0)
{
self.spying = 1;
self VisionSetNakedForPlayer( "black", 3 );
self setOrigin(camTwo.origin);
self playerlinkto(camTwo);
self VisionSetNakedForPlayer( "default", 0 );
self hide();
self freezeControls(true);
wait 0.5;
}

if(self.spying == 1 && self usebuttonpressed())
{
self.spying = 0;
self VisionSetNakedForPlayer( "black", 3 );
self setOrigin(camOne.origin);
self unlink(camTwo);
self VisionSetNakedForPlayer( "default", 0 );
self freezeControls(false);
self show();
wait 0.5;
}

if(camTwo.angles != self.angles && self.spying == 1) //fixed here on this line
{
camTwo.angles = self.angles;
}

wait 0.05;
}
}


Video coming s00n.


Created by -kiwimoosical



Please press the THANKS button if you found this Useful.
(adsbygoogle = window.adsbygoogle || []).push({});
09-15-2010, 02:10 AM #2
Lolicon
All rights reserved TMĀ®
thats prety cool
09-15-2010, 03:01 AM #3
jkry_2_1_
Call Me The CodFather
video plz.











-----------
09-15-2010, 03:23 AM #4
192.168.1.1
Slave of the sky.
Sounds epic! =D
09-15-2010, 03:59 AM #5
uhChad
TPSN Admiin
huh i dont get it
09-15-2010, 04:02 AM #6
AgentBearJew
そしてそれで剣は再び落ちます
As others have said, video please =D
Not sure what you mean much.
09-15-2010, 06:15 AM #7
ngu members never cease to amaze me with their creativity

what in gods name even made you think of doing this?

goodjob regardless lol
09-15-2010, 07:16 AM #8
Originally posted by jeffadkins51 View Post
ngu members never cease to amaze me with their creativity

what in gods name even made you think of doing this?

goodjob regardless lol


i second that lmao
09-15-2010, 07:25 AM #9
BuZZKiLL310
Bounty hunter
Hes just reposting things from 7s and i guess the point of this is to see how blakops will feel lke

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo