Jump to content
Sign in to follow this  
dazholmes

Arma 3 Altis Life Admin Repair&Flip Script With Tutorial

Recommended Posts

So first what you want to do is save this script as repairflip.sqf save it in the folder C:\Program Files (x86)\Steam\SteamApps\common\Arma 3\MPMissions\Altis_Life_RPG.Altis\fusionsmenu\admin\tools

///////////////////////////////////

// Simple Vehicle Repair & Flip Vehicle Script For Arma 3

// by TAW DAZ

_timeForRepair = 5;

_vehicle = vehicle player;

hint format ["Please wait %1 seconds for repair/flip",_timeForRepair];

sleep _timeForRepair;

if (_vehicle == player) then

{_vehicle = cursorTarget;};

_vehicle setfuel 1;

_vehicle setdamage 0;

_vehicle = nil;

_vehicle = _this select 0;

_vehicle setvectorup [0,0,1];

Next go to C:\Program Files (x86)\Steam\SteamApps\common\Arma 3\MPMissions\Altis_Life_RPG.Altis\fusionsmenu\admin

And Open tools.sqf

Scroll down a little till you find a line called ToolsMenu =

Then add this line at the bottom ["Repair Vehicle(s)", [8], "", -5, [["expression", format[_EXECscript1,"repairflip.sqf"]]], "1", "1"],

It should look like this.

z51dwrM.png

Then go back to C:\Program Files (x86)\Steam\SteamApps\common\Arma 3\MPMissions and update your folder to pbo Done.

Here you can see the script working

http://i.imgur.com/zIMMZUy.jpg (213 kB)

http://i.imgur.com/pSlwNik.jpg (210 kB)

Edited by Dazholmes

Share this post


Link to post
Share on other sites

Thanks for sharing this with us definitely useful for my server !

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×