TACRfan Posted April 15, 2016 Report Share Posted April 15, 2016 How would i add the ability to get a barricade from more vehicles, say if i wanted to make it so you could get a barricade from a police helicopter, how would i make the helicopter carry a barricade. Quote Link to comment Share on other sites More sharing options...
itchboy Posted April 16, 2016 Report Share Posted April 16, 2016 13 hours ago, TACRfan said: How would i add the ability to get a barricade from more vehicles, say if i wanted to make it so you could get a barricade from a police helicopter, how would i make the helicopter carry a barricade. Defining the helicopter prototype in the CheckTarget() section of both the 'GetBarricade' and 'RemoveBarricade' commands. You also need to prevent the player from getting a barricade from a helicopter that is up in the air. This all goes down to the CheckTarget() section of the 2 relevant scripts. Quote Link to comment Share on other sites More sharing options...
TACRfan Posted April 16, 2016 Author Report Share Posted April 16, 2016 Thank you Quote Link to comment Share on other sites More sharing options...