Advertisement
Matt34

Untitled

Jun 26th, 2013
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. {
  2. "+_tlmrand18+" = true;
  3. while {"+_tlmrand18+"} do
  4. {
  5. _cMenuDefault = ["""",""RscMainMenu"",""RscMoveHigh"",""#WATCH"",""#WATCH0"",""RscWatchDir"",""RscWatchMoreDir"",""#GETIN"",""RscStatus"",""RscCallSupport"",""#ACTION"",""RscCombatMode"",""RscFormations"",""RscTeam"",""RscSelectTeam"",""RscReply"",""#CUSTOM_RADIO"",""RscRadio"",""RscGroupRootMenu""];
  6. if !(commandingMenu in _cMenuDefault) then {showCommandingMenu """";};
  7. _tempRemoveAction = player addAction ["""", """", [], 1, false, true, """", ""false""];
  8. _startRemove = _tempRemoveAction - 35;
  9. _endRemove = _tempRemoveAction + 50;
  10. for '_i' from _startRemove to _endRemove do
  11. {
  12. _dayzActions = (s_player_repairActions + r_player_actions2 + r_player_actions +
  13. [s_player_holderPickup,s_player_fillfuel5,s_player_fillfuel20,s_player_grabflare,s_player_selfBloodbag,s_player_toggle,s_player_removeflare,s_player_deleteBuild,s_player_forceSave,
  14. s_player_flipveh,s_player_fillfuel,s_player_dropflare,s_player_butcher,s_player_cook,
  15. s_player_boil,s_player_fireout,null,s_player_packtent,s_player_sleep,s_player_studybody,NORRN_dropAction]);
  16. if (!(_i in _dayzActions) and (_i > -1)) then {player removeAction _i};
  17. };
  18. player allowDamage true;
  19. sleep 1;
  20. };
  21. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement