Results 1 to 2 of 2
  1. #1
    bmitch5150's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Posts
    61
    Reputation
    10
    Thanks
    5

    adding vehicles on map to silents esp

    Code:
    espIndex = _this select 1;
    
    setGroupIconsVisible [false,true];
    while {(vars select espIndex) == "1"} do
    {
    	_i = 0;
    	_j = count allUnits;
    	for "_i" from 0 to _j do
    	{
    		_unit = allUnits select _i;
    		if (alive _unit && player != _unit) then
    		{
    			_group = group _unit;
    			_group addGroupIcon ["b_inf", [0,0]];
    			_group setGroupIconParams [[1,1,1,1],format ["%1 - %2m", name _unit, ceil (_unit distance player)],0.8,true];
    			
    		};
    	};
    	
    	sleep 1;
    	
    	_i = 0;
    	_j = count allUnits;
    	for "_i" from 0 to _j do
    	{
    		_unit = allUnits select _i;	
    		_group = group _unit;
    		clearGroupIcons _group;
    	};
    };
    this is current code. i love how meters from players shows up. but i wish vehicles showed up on map too. anyone able to help?

  2. #2
    iBulle's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Location
    Australia, obviously.
    Posts
    247
    Reputation
    10
    Thanks
    68
    My Mood
    Blah
    Edit: Nevermind, you wanted to see Vehicles ESP not map markers, I had that on tmc but doubt it's an open script, plus it causes quite a bit of lag.
    Last edited by iBulle; 02-05-2013 at 07:18 PM.

Similar Threads

  1. VA Vehicles on map cheat
    By xiner in forum DayZ Discussion
    Replies: 0
    Last Post: 01-27-2013, 09:19 AM
  2. [WTS] Ultimate Spawning Service |BOX| |GODMODE| |VEHICLES| |BOXES| |KILL ANY PLAYER| |ESP|
    By jleeevinnn in forum DayZ Selling / Trading / Buying
    Replies: 8
    Last Post: 12-31-2012, 06:39 PM
  3. Adding Fire To Map
    By MuLtiHuNTeR in forum Call of Duty Modern Warfare 2 GSC Modding Help/Discussion
    Replies: 7
    Last Post: 02-06-2011, 04:19 AM
  4. New Map Pack/Update for esp hack
    By TommyDerWalker in forum Call of Duty Modern Warfare 2 Help
    Replies: 5
    Last Post: 05-09-2010, 10:22 AM
  5. Vehicles in Marien and other CQC maps.
    By killayous in forum WarRock - International Hacks
    Replies: 9
    Last Post: 04-08-2007, 04:31 PM