Jump to content

Recommended Posts

Hello guys.

Sometimes i use the BIS Revive System. But i missed all the time a option to drag and drop the body.

That's why i wrote a small script.

 

With this script, you have a option to drag and drop the injured body.

 

I tested the script with a friend on dedi-server and on hosted server. If you find bugs, please contact me.

 

You need a initlocalplayer.sqf in your mission file.


waitUntil {!(isNull player)};
waitUntil {player==player};

call compileFinal preprocessFileLineNumbers "DOF_DragAndDrop_for_BISRevive\DOF_DragAndDrop_for_BISRevive.sqf";

 

Then you have to copy the attaced file. Normaly there is a folder DOF_DragAndDrop_for_BISRevive. There is only one file inside: DOF_DragAndDrop_for_BISRevive.sqf

 

Downloadlink: http://kehenas.myqnapcloud.com:8080/share.cgi?ssid=0s8umJT

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

×