Advertisement
Guest User

Untitled

a guest
May 26th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. removeAllActions player;
  2. player addAction["------LOCAL PLAYER------",{hint'ukoz menu'}];
  3. player addAction["Godmode",{player allowdamage false;}];
  4. player addAction["Virtual Arsenal",{["Open",true] spawn BIS_fnc_arsenal;}];
  5. player addAction["------VEHICLE SCRIPTS------",{hint'ukoz menu'}];
  6. player addAction["Vehicle Arsenal",{["Open",true] call BIS_fnc_garage;}];
  7. player addAction["------MISCELLANEOUS-----",{hint'ukoz menu'}];
  8. player addAction["Map TP",{onMapSingleClick {player setPos _pos};}];
  9. player addAction["Destroy Target (CURSOR)",{cursortarget setdamage 1;}];
  10. player addAction["-----------------------------",{hint'ukoz menu'}];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement