Results 1 to 6 of 6
  1. #1
    GoDZeN's Avatar
    Join Date
    Nov 2010
    Gender
    male
    Posts
    150
    Reputation
    10
    Thanks
    1

    Exclamation Binding Dvar-visions commands and other...

    Hello, how do i put like click button 4 or 5 to get a other vision for 10 or 30 seconds? And how do i bind invisible for 10 seconds and take 30 seconds to activate it again when the time expired? pleas answer my;/ And how do i make people give more models on them like a glowing tactical insertion on there head? i saw this in a zombie mod And how do i put weapons in Airdrops? i want to put in the 4 killstreak airdrop an javelin pleas help!
    Last edited by GoDZeN; 11-20-2010 at 03:00 AM. Reason: Some new things

  2. #2
    Arasonic's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    569
    Reputation
    11
    Thanks
    115
    Code:
    Vision()
    {
    self endon("death");
    
    self notifyOnPlayerCommand("5", "+actionslot 2");
    
    self waittill("5");
    self VisionSetNakedForPlayer("cheat_chaplinnight", 1);
    wait 30;
    self VisionSetNakedForPlayer( getDvar("mapname"), 1);
    }
    }
    Tell me if you want it as a loop, this one you can only use once (or no need to, if you know how to make a loop)

    Code:
    Invisible()
    {
        self endon("death");
    
        for(;;){
        self waittill("5");
        self iPrintLnBold("Hidden");
        self hide();
        wait 10;
        self iPrintLnBold("Visible");
        self show();
        wait 30;
        self iPrintLnBold("Invisibility ready");}
    }
    Code:
    playFxOnTag( level.spawnGlow["enemy"], self, "j_head" );
    or
    self attach("weapon_minigun", "j_shouldertwist_le", false);
    The FX can either be enemy or friendly,
    j_head can be changed to the bodypart you want (but you need to have the correct name - tell me if you want a list)

    attach - not really sure if you can do all models with this one tbh

    For the airdrop I've been working my life out of it trying to manage, but for no reason <_< Had it working a but but then i messed it up and bam..
    Make a new thread for it, and we both can hope someone answers

  3. #3
    panzerbjørn's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    Pizza Hut...
    Posts
    305
    Reputation
    7
    Thanks
    17
    My Mood
    Angelic
    Thanks Arasonic

  4. #4
    Threadstarter
    Advanced Member
    GoDZeN's Avatar
    Join Date
    Nov 2010
    Gender
    male
    Posts
    150
    Reputation
    10
    Thanks
    1
    Ftw again you thanks!!! Rep+++

  5. #5
    Arasonic's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    569
    Reputation
    11
    Thanks
    115
    Lawl.
    I like helping people, I love modding MW2, and black ops isnt that fun..
    So just ask me if you need something moar (:
    ( +, if you mind, got any ideas for what I can make? - look at the thread I made, if you got any<3)

  6. #6
    Threadstarter
    Advanced Member
    GoDZeN's Avatar
    Join Date
    Nov 2010
    Gender
    male
    Posts
    150
    Reputation
    10
    Thanks
    1
    Thanks man your welcome.

Similar Threads

  1. Vision's and other things
    By michael_sj123 in forum Call of Duty Modern Warfare 2 GSC Modding Help/Discussion
    Replies: 0
    Last Post: 02-15-2011, 11:47 PM
  2. Vehicles in Marien and other CQC maps.
    By killayous in forum WarRock - International Hacks
    Replies: 9
    Last Post: 04-08-2007, 04:31 PM
  3. supreme commander and command&conquer hacking
    By TheDisruptor in forum General Game Hacking
    Replies: 3
    Last Post: 11-26-2006, 10:50 PM
  4. Korean Warrock Uboat And Other stuff :D
    By Kyojiro in forum WarRock - International Hacks
    Replies: 11
    Last Post: 01-19-2006, 02:56 PM
  5. IQ Test and other interesting tests!
    By Dave84311 in forum General
    Replies: 8
    Last Post: 01-09-2006, 06:39 AM