Advertisement
Guest User

Untitled

a guest
Feb 19th, 2017
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. /* ********************************************************************************* */
  2. /* many checks should be set to "true" instead of "false". */
  3. /* ********************************************************************************* */
  4. CAP = "false"; /* Check Actions Plr - "Actions: xxx/xxx possible scroll menu hack (or you added custom actions..)" */
  5.  
  6. /*
  7. NEW! Recommended to use!
  8. The allowed lists below need the "title" of the action!
  9.  
  10. Only logs BadActions (and removes them) but does not kick or ban.
  11. */
  12. BadActionCheck = "false";
  13. allowedActions_player[] = {"Break free","Use AutoLockPicker","Craft Vehicle"};
  14. allowedActions_object[] = {"UnLock","Select vehicle to tow","Tow Selected vehicle","Untow vehicle","Unselect selected vehicle"};
  15.  
  16.  
  17. KCM = "false"; /* Just close ALL CommandingMenus */
  18. CMC = "false"; /* Check for CommandingMenus that are not in the allowedCommandingMenus array */
  19. allowedCommandingMenus[] = {"#user:asl_deploy_ropes_count_menu","#user:asl_show_select_ropes_menu_array"};
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement