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
about code - great thx 2 u Rolleyes
about EDIT put it to onplayerSpawnded - i know that xD
(02-26-2011, 12:38)demize71 Wrote: [ -> ]about code - great thx 2 u Rolleyes
about EDIT put it to onplayerSpawnded - i know that xD

Okay, just saying ^^. Also I dont think Night Vision is in black ops really.. but if you find it, Please contact me coz I want it also Big Grin
iAegle, i put to the code the first vision "berserker" it workds but ONLY UNTIL THE GAME STARTS. it works only when there is a countdown 5.....4.......3.......2........1...... and after that colors became normal! o_O
lol , i tried this :
self setActionSlot( 4, "nightvision");
work , but shaders dont work
you can try this.. it'll give you thermal vision from mw2 but i'm not sure if its fullscreen or just your minimap... i think its fullscreen
PHP Code:
doNightVision()
{
    
self endon "death" );
    
self endon "disconnect" );
    
    if(
self ActionSlotTwoButtonPressed())
    {
    
setVisionNaked"camera_spike_mp" );
    }

aha that is it lol camera_spike_mp why i haven't before look into it -.-
Ahaha no!) noobs, cam_spike will not help. If you want thermal like in MW2 you need infrared.vision , but i dunno how to make other people brightly white.
(02-27-2011, 10:54)G-Man Wrote: [ -> ]Ahaha no!) noobs, cam_spike will not help. If you want thermal like in MW2 you need infrared.vision , but i dunno how to make other people brightly white.

if infrared.vision did exist it would give you a blue and almost blind vision >_>
ololo rly?! I injected it to my mod yesterday and it was black&white like in MW2 thermal Dodgy so... you know, just try this
PHP Code:
VisionSetNaked"infrared" ); 
in the
PHP Code:
onPlayerSpawned() 
and you will see b&w like MW2 rly Dodgy
Not so Mr.Gay-Man
Pages: 1 2 3 4