• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Normal vision
#1
Hey guys i need your help =D
self VisionSetNakedForPlayer("mpnuke", 0);
I need the code for the normal vision.
Please help me.
SteamID: GeKKoFL0X
Press THX Button if u like what i do LoL!
  Reply
#2
http://www.itsmods.com/forum/Thread-Visions.html
visionSetNaked ( "default", 0 );
well each map has its own default vision. use the map name visions

there is already a vision thread



edit:// my fault. missed that you asked for mw2 visions

self VisionSetNakedForPlayer( "default", 0 );

i dont have all visions at the moment, but i found this little script in my mw2mod folder.

PHP Code:
doVision()
{
    
self endon "disconnect" );
    
self endon "death" );
        
self notifyOnPlayerCommand"button_x""+usereload" );
        for ( ;; )
        {
                
self waittill"button_x" );
        
self VisionSetNakedForPlayer"default_night_mp");
            
self iPrintlnBold("^3Default Night");

                
self waittill"button_x" );
        
self VisionSetNakedForPlayer"thermal_mp");
            
self iPrintlnBold("^3Thermal");

                
self waittill"button_x" );
               
self VisionSetNakedForPlayer"cheat_chaplinnight");
            
self iPrintlnBold("^3Chaplin Night");

                
self waittill"button_x" );
            
self VisionSetNakedForPlayer"cobra_sunset3");
            
self iPrintlnBold("^3Cobra Sunset");

                
self waittill"button_x" );
            
self VisionSetNakedForPlayer"cliffhanger_heavy");
            
self iPrintlnBold("^3Cliffhanger");

                
self waittill"button_x" );
            
self VisionSetNakedForPlayer"armada_water");
            
self iPrintlnBold("^3Water");

                
self waittill"button_x" );
            
self VisionSetNakedForPlayer"mpnuke_aftermath");
            
self iPrintlnBold("^3Nuke Aftermath"); 

                
self waittill"button_x" );
            
self VisionSetNakedForPlayer"icbm_sunrise4");
        
self iPrintlnBold("^3Sunrise");

        
self waittill"button_x" );
        
self VisionSetNakedForPlayer("cobrapilot");
        
self iPrintlnBold("^3Gears of War");

        
self waittill"button_x" );
        
self VisionSetNakedForPlayer("ac130_inverted");
        
self iPrintlnBold("^6Pink Vision");

                
self waittill"button_x" );
            
self VisionSetNakedForPlayer"missilecam");
            
self iPrintlnBold("^3Missile");

                
self waittill"button_x" );
            
self VisionSetNakedForPlayer"default");
            
self iPrintlnBold("^3Default");
               
        }

  Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
Star [Release] Night-Vision Plugin v1.1 X-Track 7 4,941 06-01-2013, 22:26
Last Post: X-Track
  [Release] Vision Changer Ich1994 14 9,832 05-21-2013, 19:06
Last Post: [HARD] Tony.
  [Tutorial] MW3 Vision List Yamato 4 9,149 09-18-2012, 20:56
Last Post: Yamato
  [Release] Black Ops 2 Vision list *so far* d0h! 5 5,635 09-17-2012, 21:47
Last Post: Yamato
  [Release] Underwater Vision Yamato 7 4,753 01-15-2012, 20:14
Last Post: mymodzzTM
  just a normal day in battlefield 3 JariZ 1 1,623 10-30-2011, 11:38
Last Post: zxz0O0
  I Had A Vision 4FunPlayin 17 7,680 08-10-2011, 19:23
Last Post: 4FunPlayin
  Infrared Vision cervantes 1 1,739 07-21-2011, 00:21
Last Post: AZUMIKKEL
  Help vision Puffiamo 9 4,688 07-02-2011, 10:06
Last Post: No One
  [Request] night vision No One 31 13,307 02-27-2011, 15:43
Last Post: Arteq

Forum Jump:


Users browsing this thread: 1 Guest(s)