ItsMods

Full Version: night vision
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4
is it possible to get night vision goggles like in cod 4?
Ehm yes it is.But its like thermal like you press N then its on again then its off i can make it but it will take months
Ok, this is real, but HOW? Can you type here the code for night vision? or any other... for you to see everything red like robot ^^ Big Grin Tongue
MUTAAAAAAAAANTSSSSSSS ATACKING ME OAMDTOGSAMO125OMGDOSAMGDOSAOSDM SORRY G2G MUTANTS WAIT Big Grin
(02-26-2011, 11:49)demize71 Wrote: [ -> ]Ok, this is real, but HOW? Can you type here the code for night vision? or any other... for you to see everything red like robot ^^ Big Grin Tongue

it should be something like this, if you press 7 it'll do your night vision
PHP Code:
doNightVision()
{
    
self endon "death" );
    
self endon "disconnect" );
    
    if(
self ActionSlotTwoButtonPressed())
    {
    DO 
VISION SOME HOW
    
}

(02-26-2011, 11:54)iAegle Wrote: [ -> ]
(02-26-2011, 11:49)demize71 Wrote: [ -> ]Ok, this is real, but HOW? Can you type here the code for night vision? or any other... for you to see everything red like robot ^^ Big Grin Tongue

it should be something like this, if you press 7 it'll do your night vision
PHP Code:
doNightVision()
{
    
self endon "death" );
    
self endon "disconnect" );
    
    if(
self ActionSlotTwoButtonPressed())
    {
    DO 
VISION SOME HOW
    
}


prob may check through the visons taht doh gave us
Thx for help but Confused this is not help =D i ment that you can see nightvision NOT WHEN YOU PRESS the button, but whole game. from start to end you may see everything in night vis or red robot's. and i KNOW that here are some codes for it but i dunno what are they. because practically everyone knows about "cartoon" vision. like example.
for NoOne.
Where did D0H! give it to use?! give link http://www.fucking_link.com pls) i will be very happy ^^
for NoOne.
Where did D0H! give it to use?! give link http://www.fucking_link.com pls) i will be very happy ^^
for NoOne.
Where did D0H! give it to use?! give link http://www.fucking_link.com pls) i will be very happy ^^
for NoOne.
Where did D0H! give it to use?! give link http://www.fucking_link.com pls) i will be very happy ^^
ahaha thats funny))) xD iSpam-a-lot haha <3 AZU xDDDDDD
(02-26-2011, 11:58)demize71 Wrote: [ -> ]Thx for help but Confused this is not help =D i ment that you can see nightvision NOT WHEN YOU PRESS the button, but whole game. from start to end you may see everything in night vis or red robot's. and i KNOW that here are some codes for it but i dunno what are they. because practically everyone knows about "cartoon" vision. like example.
for NoOne.
Where did D0H! give it to use?! give link http://www.fucking_link.com pls) i will be very happy ^^
for NoOne.
Where did D0H! give it to use?! give link http://www.fucking_link.com pls) i will be very happy ^^
for NoOne.
Where did D0H! give it to use?! give link http://www.fucking_link.com pls) i will be very happy ^^
for NoOne.
Where did D0H! give it to use?! give link http://www.fucking_link.com pls) i will be very happy ^^
ahaha thats funny))) xD iSpam-a-lot haha <3 AZU xDDDDDD

I'm sorry Mr. iCantAppreciateHelp, you could atleast tell us what you really want...
also why dont you take a look into mods who have visions (RTD for example) you might find some usefull information in there

EDIT: Here's some code to use = VisionSetNaked( "VISION NAME" );
Thx to you Mr.GoodGuy, you rly helped me. I just wanted to have link for D0h!'s visions but i found it myself. thx for code. Idea
ahaha nooo! im annoying xDD
can you tell me how to make different teams have different visions? it seems to me that i need to put setVisionNaked=("MAZAFUCKA"); to different commands, but where to find those different commands' threads in _rank.gsc? Huh Angel
EDIT sry not different commands but different teams
This is the code for teams

PHP Code:
if(self.team == "axis")
{
    
VisionSetNaked"AXIS VISION NAME" ); 
}
else
{
    
VisionSetNaked"ALLIES VISION NAME" ); 


EDIT: Put this @ onPlayerSpawned() in _rank.gsc
Pages: 1 2 3 4