Author Topic: Radar  (Read 14555 times)

Again, why not make it draw brick,s and have the weird waypoint system that the compas mod does.

1) Make a brick on the roof of an area

2) Use events to read the bricks and people below and make it an image

3) Make a GUI to display the image

1) Make a brick on the roof of an area

2) Use events to read the bricks and people below and make it an image

3) Make a GUI to display the image
So you would click some button in the GUI to see a top down view of an area?

This might not be possible...

Why not make a new player type that has a joint up in the air and make a view looking down from that point show in a gui?
Again, wouldn't work. No matter what way you put it, you cannot have the client view from two different points, aside from Z rotation, which is for looking left and right.

Where the forget was this mod from





You can clearly see it too. If you look at the roads some are stretched looking while others look perfectly fine.


MAKE SAVE
ASKUFCGDUAGUGD

Why? Why must you be such an idiot? It doesn't exist. And quit asking for saves.

Code: [Select]
$zv=new GameTSCtrl(ZView) {
   profile = "GuiContentProfile";
   horizSizing = "right";
   vertSizing = "bottom";
   position = getword(getres(),0)/4 SPC 0;
   extent = getword(getres(),0)/2 SPC getword(getres(),1)/5;
   minExtent = "8 8";
   visible = "1";
   cameraZRot = "180";
   forceFOV = "0";
      noCursor = "1";
};

cameraZRot = "180";
thats seems cheezy, now lets get somebody who knows torqu...
IDEA! What about if we made it
 cameraZRot = "720";
lets try that.


Code: [Select]
$zv=new GameTSCtrl(ZView) {
   profile = "GuiContentProfile";
   horizSizing = "right";
   vertSizing = "bottom";
   position = getword(getres(),0)/4 SPC 0;
   extent = getword(getres(),0)/2 SPC getword(getres(),1)/5;
   minExtent = "8 8";
   visible = "1";
   cameraZRot = "180";
   forceFOV = "0";
      noCursor = "1";
};

cameraZRot = "180";
thats seems cheezy, now lets get somebody who knows torqu...
IDEA! What about if we made it
 cameraZRot = "720";
lets try that.

Wow your handicapped