Jump to content
Sign in to follow this  
Smoerble

Other revive script than Farooq's Revive?

Recommended Posts

Hi all,

we have trouble with Farooq's Revive script. It works perfect and I would love to use it, but when someone dies in a helicopter, there is a crucial bug and I am unable to fix this myself.

What am I looking for?

We need a possibility to revive fallen players. Best would be, if it works like Farooq's script: when someone dies, a timer counts down the time, how long the player can be revived. During that time, a player can approach him and use a First Aid pack or a Medi Kit to revive the player. As said above, we cannot use Farooq's script, as it crashes the game for a player totally, when a player is in a helicopter.

My question to you:

is there another revive script available I could use in my missions? It has to be a script version, as I don't want players to have specific mods installed when playing on our server.

Thanks

Smo

Edited by Smoerble

Share this post


Link to post
Share on other sites
Open FAR_revive_funcs.sqf and replace
while {vehicle _unit != _unit} do 

with

if (vehicle _unit != _unit) then 

Hope this helps.

Taken from farooq thread, it fix the bug you're talking about .

There's many revive script : BTC Revive/ A3 wounding system / Grimme's Revive

But you should stick to farooq one, easiest and most stable one .

Share this post


Link to post
Share on other sites

Many thanks vince, I hope, this works, will test tonight asap :).

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  

×