Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if (("ItemEtool" in magazines player) && ("PartWoodPile" in magazines player)) then {
- hasBomb = true;
- } else {
- hasBomb = false;
- };
- if ((hasBomb) && ("HandGrenade_West" in magazines player)) then {
- if (s_player_makeBomb < 0) then {
- s_player_makeBomb = player addAction [("<t color=""#c30000"">" + ("Place Exploding Booby Trap") +"</t>"),"scripts\boobytrap.sqf","",5,false,true,"",""];
- };
- } else {
- player removeAction s_player_makeBomb;
- s_player_makeBomb = -1;
- };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement