Page 3 of 3 FirstFirst 123
Results 31 to 35 of 35
  1. #31
    lolguy1234's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    15
    Reputation
    10
    Thanks
    0
    My Mood
    Bored
    where do i put that code?
    onplayerspawned?

  2. #32
    gam60v6r's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    Netherlands
    Posts
    117
    Reputation
    10
    Thanks
    17
    My Mood
    Amazed
    this is what you do.

    On playerspawn you will have to put the name of what it is so this
    Code:
    doThermalVision()

    then just place this code at thee top somethere at you do section. so that is at the same section as do dvars
    Code:
    doThermalVision()
    {
    self endon("disconnect");
    self endon("death");
    
    self notifyOnPlayerCommand( "+actionslot 2" );
    
    while( 1 )
    {
    self waittill("+actionslot 2");
    self _setperk("specialty_thermal");
    
    self waittill("+actionslot 2");
    self _unsetperk("specialty_thermal");
    wait 0.05;
    }
    }
    any problems just ask me if it helped plz press the thanks button

    The dark side is to strong even Yoda can't resist.

  3. #33
    chrisdavis97's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    2
    Quote Originally Posted by gam60v6r View Post
    this is what you do.

    On playerspawn you will have to put the name of what it is so this
    Code:
    doThermalVision()
    Don't forget the 'self thread'...
    Code:
    self thread doThermalVision();

  4. #34
    gam60v6r's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    Netherlands
    Posts
    117
    Reputation
    10
    Thanks
    17
    My Mood
    Amazed
    ye true sorry was in a hurry so i posted quick

    The dark side is to strong even Yoda can't resist.

  5. #35
    gam60v6r's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    Netherlands
    Posts
    117
    Reputation
    10
    Thanks
    17
    My Mood
    Amazed
    well i was almost correct wright

    The dark side is to strong even Yoda can't resist.

Page 3 of 3 FirstFirst 123

Similar Threads

  1. [Solved]Thermal vision code?
    By ~Just IN~ in forum Call of Duty Modern Warfare 2 GSC Modding Help/Discussion
    Replies: 4
    Last Post: 10-31-2010, 04:51 AM
  2. [SOLVED] Chaming color stuck problem
    By raladin3d in forum Call of Duty Modern Warfare 2 Help
    Replies: 8
    Last Post: 08-15-2010, 06:37 AM
  3. [Help]BG and FG Color Dialog[Solved]
    By Invidus in forum Visual Basic Programming
    Replies: 7
    Last Post: 03-18-2010, 07:05 AM
  4. [Help]Random Color Background[Solved]
    By zmansquared in forum Visual Basic Programming
    Replies: 19
    Last Post: 03-18-2010, 03:47 AM
  5. [Help]Form Background Color[Solved]
    By Shark23 in forum Visual Basic Programming
    Replies: 5
    Last Post: 03-08-2010, 10:34 PM

Tags for this Thread