Jump to content
rgscriven

UAV Terminal Hack

Recommended Posts

UAV termianal hack, you would need to use the aaf terminal for this to work.

What this does is if you are using like drones and so on, well anything that uses the terminal.
 
Then add to the following
ExileServer_object_player_database_load.sqf

After this line:
_player setVariable ["ExileXM8IsOnline", false, true];

Add this line:
_player setUnitTrait ["UAVHacker" ,true];


ExileServer_object_player_createBambi.sqf

After this line:
_bambiPlayer setVariable ["ExileLocker", (_accountData select 4), true];

Add this line:
_bambiPlayer setUnitTrait ["UAVHacker" ,true];

Share this post


Link to post
Share on other sites

×