Results 1 to 2 of 2
  1. #1
    Exanthos's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Posts
    12
    Reputation
    10
    Thanks
    1
    My Mood
    Blah

    UAV Constantly on?

    I was wondering how to make UAV constantly on.. I've been trying for a while now and I'll I've figured out is how to make it so you can activate it with the click of a button which is not what i want to do.

    Click of a button, everytime you spawn.
    Code:
    doUav()
    {
    	self maps\mp\killstreaks\_killstreaks::giveKillstreak( "uav", false );
    }
    Then I also tried giving them the mp_killstreak_uav as a weapon, which did not work.

    Code:
    doUav()
    {
    self giveWeapon("killstreak_uav_mp", 0);
    }
    Everything is called under doStart() which is called under onPlayerSpawned()

    I just can't seem to figure it out. Any help would be great.
    Thanks.

  2. #2
    zxz0O0's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    209
    Reputation
    10
    Thanks
    138
    My Mood
    Aggressive
    there are dvars like
    Code:
    scr_game_forceuav "1"
    (global dvar-> for everyone)
    or self dvars like
    Code:
    compassEnemyFootstepEnabled
    compassEnemyFootstepMaxRange
    compassEnemyFootstepMaxZ
    compassEnemyFootstepMinSpeed
    compassFastRadarUpdateTime
    compassRadarUpdateTime
    I dont know the value of them just try it out. Maybe ask some hack developers.
    Last edited by Insane; 09-07-2010 at 03:33 AM. Reason: Fixed your spacing..

Similar Threads

  1. Constant Game crashes
    By chrissy in forum General
    Replies: 40
    Last Post: 03-25-2010, 08:24 AM
  2. Constantly D/C ing with hacks?
    By yomomma12 in forum Combat Arms Help
    Replies: 9
    Last Post: 12-25-2009, 06:54 PM
  3. Constant slip.
    By .Amnesia in forum Art & Graphic Design
    Replies: 1
    Last Post: 11-13-2009, 11:45 AM
  4. About constantly saying "Detected"..
    By Gwenold in forum WarRock - International Hacks
    Replies: 6
    Last Post: 03-18-2009, 12:53 PM
  5. [HELP REQUEST] Date&time Constant error. Urgent
    By naomelembro14 in forum Suggestions, Requests & General Help
    Replies: 4
    Last Post: 01-02-2008, 12:12 PM