Oblicure Posted July 9, 2016 Report Share Posted July 9, 2016 Been searching around for an Handcuff player script & I have found some but the downloads have been removed. Could somebody help me out? Link to comment Share on other sites More sharing options...
0 SideShowFreak Posted July 9, 2016 Report Share Posted July 9, 2016 here is the investigation folder Investigation it has detain, escort, search and release I had mine located in Custom\Scripts folders so if your is different then change the paths accordingly and add this into selfactions Spoiler //----------------Detain-------------------------------------------------------------------------- //Player Detain, Search, Release if (_isMan and _isAlive and !inSafeZone and !_isZombie and !_isAnimal && !(_traderType in serverTraders)) then { if (s_player_investo < 0) then { s_player_investo = player addAction [("<t color='#ffa500'>")+("Detain")+("</t>"), "Custom\Scripts\investigation\Detain.sqf",cursorTarget, 5, false, true, "",""]; }; if (s_player_investoTwo < 0) then { s_player_investoTwo = player addAction [("<t color='#ffa500'>")+("Search")+("</t>"), "Custom\Scripts\investigation\Search.sqf",cursorTarget, 5, false, true, "",""]; }; if (s_player_investoThree < 0) then { s_player_investoThree = player addAction [("<t color='#ffa500'>")+("Escort")+("</t>"), "Custom\Scripts\investigation\Escort.sqf",cursorTarget, 5, false, true, "",""]; }; if (s_player_investoFour < 0) then { s_player_investoFour = player addAction [("<t color='#ffa500'>")+("Release")+("</t>"), "Custom\Scripts\investigation\Release.sqf",cursorTarget, 5, false, true, "",""]; }; } else { player removeAction s_player_investo; s_player_investo = -1; player removeAction s_player_investoTwo; s_player_investoTwo = -1; player removeAction s_player_investoThree; s_player_investoThree = -1; player removeAction s_player_investoFour; s_player_investoFour = -1; }; //------------------------------------------------------------------------------------------------ Link to comment Share on other sites More sharing options...
0 Tricks Posted April 2, 2018 Report Share Posted April 2, 2018 Is this the item required to have before applying the handcuffs? player removeMagazine"PartGeneric"; Link to comment Share on other sites More sharing options...
Question
Oblicure
Been searching around for an Handcuff player script & I have found some but the downloads have been removed. Could somebody help me out?
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now