• 1 Vote(s) - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Release] 3D Holographic RADAR by Lost4468
#1
You need developer to be set to 1 and developer_script to be set to 1 when you do this so the game is in dev mode. You can change the range with the range var in the function, just add the radar function onto onplayer connect for one person only.



Code:
radar()
{
        pos=(-1225,200,-50);
        for(i=0;i<360;i+=0.3)
                thread fade(pos,pos+(sin(i)*100,cos(i)*100,0),(0,0,0));
        range=2000;
        for(i=0;;i+=.25)
        {
                thread fade(pos,pos+(sin(i)*100,cos(i)*100,0),(0,1,0),1.5);
                for(x=0;x<level.players.size;x++)
                        if(distance2d(level.players[x].origin,pos+(sin(i)*100,cos(i)*100,0))<distance2d(level.players[x].origin,pos+(sin(i+0.25)*100,cos(i+0.25)*100,0)) && distance2d(level.players[x].origin,pos+(sin(i)*100,cos(i)*100,0))<distance2d(level.players[x].origin,pos+(sin(i-0.25)*100,cos(i-0.25)*100,0))&&distance2d(level.players[x].origin,pos)<range){
                                thread playSoundinspace("mpl_turret_alert",pos);
                                if(level.players[x].team=="axis")c=(1,0,0);else c=(0,0,1);
                                        for(z=0;z<360;z+=5)
                                                thread fade(pos+(sin(i)*distance2d(level.players[x].origin,pos)/(range/100),cos(i)*distance2d(level.players[x].origin,pos)/(range/100),0),pos+((sin(i)*distance2d(level.players[x].origin,pos)/(range/100))+sin(z)*5,(cos(i)*distance2d(level.players[x].origin,pos)/(range/100))+cos(z)*5,10),c,4);}
                if(i/2==int(i/2))
                        wait .05;
        }
}

fade(pos,end,col,time)
{
        if(!isdefined(time))
                for(;;){
                        line(pos,end,col,1,1);wait .05;}
        for(i=1;i<time*20;i++)
        {
                line(pos,end,col/(i/(time*4)),time,1,1);
                wait .05;
        }
}

Made by Lost4468.
  Reply
#2
Hoooooow caan you seee intoo myy eeyes, like open dooooors


WAIT WHAT THE FUCK THERE ARE HOLOGRAPHS IN BLACK OPS?!
YouTube 1:Azumikkel- Modding
YouTube 2:DerpShark- Gaming Entertainment
Website:Jensby.me
Contact: im[at]jensby.me
  Reply
#3
well that's what I call coding !!
--
  Reply
#4
wow @ lost. awesome skills
  Reply
#5
OMG just awesome!!!
  Reply
#6
Now thats awesome *stunned*
  Reply
#7
It's very amazing his skills, but I mean: it's kinda useless. What could you do with a big radar on the ground?
  Reply
#8
I dunno, but it looks good so its good for me XD jks.
  Reply
#9
But it is in developer mode, which is hard to put it in a mod (I mean mod is for players, but it can be only activated by one player)
Here's the point I agree with
killingdyl Wrote:lol wow u must really had NOTHING else to do haha its cool but idk doesnt seem like it would really be used for anything besides just looking cool in the middle of no where
[Image: wyipjqo9qon7rc2v1lo.jpg]
  Reply
#10
(02-10-2011, 09:07)surtek Wrote: It's very amazing his skills, but I mean: it's kinda useless. What could you do with a big radar on the ground?

What do you mean? It's at least as useful as his merry go 'round.
YouTube 1:Azumikkel- Modding
YouTube 2:DerpShark- Gaming Entertainment
Website:Jensby.me
Contact: im[at]jensby.me
  Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Preview Waypoint on radar 8q4s8 4 3,893 05-16-2013, 13:18
Last Post: 8q4s8
  Help Icon/point on radar 8q4s8 2 2,609 05-06-2013, 16:49
Last Post: 8q4s8
Smile [Release] MW3 Realistic Radar (Pro Radar v2) Jorndel 29 17,892 10-09-2012, 02:45
Last Post: LiquidPoop
Brick [Request] Radar while Scoping king_trooles 3 2,480 03-27-2012, 17:05
Last Post: kokole
  [Tutorial] Give radar and set its speed easily Yamato 0 2,365 03-25-2012, 17:39
Last Post: Yamato
  [Release] Mw3 Radar Hack M1tchhh 7 8,762 12-17-2011, 20:42
Last Post: d0h!
  Preview Lost4468's FPS Dead Ops Arcade Eekhoorn 34 17,463 09-16-2011, 04:14
Last Post: UnseenB4
  Help Real noClip (Lost4468) not working ? prisma 7 4,232 06-29-2011, 22:11
Last Post: Hixos
  radar very original username 4 3,148 01-27-2011, 10:01
Last Post: iPaddie

Forum Jump:


Users browsing this thread: 1 Guest(s)