Advertisement
Guest User

Untitled

a guest
May 20th, 2019
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.39 KB | None | 0 0
  1. ['cloakroom'] = 'locker Room',
  2. ['ems_clothes_civil'] = 'civilian Clothes',
  3. ['ems_clothes_ems'] = 'EMS Clothes',
  4. -- Vehicles
  5. ['ambulance'] = 'ambulance',
  6. ['helicopter_prompt'] = 'press ~INPUT_CONTEXT~ to access the ~y~Helicopter Actions~s~.',
  7. ['helicopter_buy'] = 'helicopter shop',
  8. ['helicopter_garage'] = 'open garage',
  9. ['helicopter_store'] = 'store helicopter in garage',
  10. ['helicopter_garage_title'] = 'helicopter Garage',
  11. ['helicopter_title'] = 'helicopter Actions',
  12. ['helicopter_notauthorized'] = 'you\'re not authorized to buy helicopters.',
  13. ['garage_prompt'] = 'press ~INPUT_CONTEXT~ to access the ~y~Vehicle Actions~s~.',
  14. ['garage_title'] = 'vehicle Actions',
  15. ['garage_stored'] = 'stored',
  16. ['garage_notstored'] = 'not in garage',
  17. ['garage_storing'] = 'we\'re attempting to remove the vehicle, make sure no players are around it.',
  18. ['garage_has_stored'] = 'the vehicle has been stored in your garage',
  19. ['garage_has_notstored'] = 'no nearby owned vehicles were found',
  20. ['garage_notavailable'] = 'your vehicle is not stored in the garage.',
  21. ['garage_blocked'] = 'there\'s no available spawn points!',
  22. ['garage_empty'] = 'you dont have any vehicles in your garage.',
  23. ['garage_released'] = 'your vehicle has been released from the garage.',
  24. ['garage_store_nearby'] = 'there is no nearby vehicles.',
  25. ['garage_storeditem'] = 'open garage',
  26. ['garage_storeitem'] = 'store vehicle in garage',
  27. ['garage_buyitem'] = 'vehicle shop',
  28. ['shop_item'] = '$%s',
  29. ['vehicleshop_title'] = 'vehicle Shop',
  30. ['vehicleshop_confirm'] = 'do you want to buy this vehicle?',
  31. ['vehicleshop_bought'] = 'you have bought ~y~%s~s~ for ~r~$%s~s~',
  32. ['vehicleshop_money'] = 'you cannot afford that vehicle',
  33. ['vehicleshop_awaiting_model'] = 'the vehicle is currently ~g~DOWNLOADING & LOADING~s~ please wait',
  34. ['confirm_no'] = 'no',
  35. ['confirm_yes'] = 'yes',
  36. -- Action Menu
  37. ['hospital'] = 'hospital',
  38. ['revive_inprogress'] = 'a revive is in progress!',
  39. ['revive_complete'] = 'you have revived ~y~%s~s~',
  40. ['revive_complete_award'] = 'you have revived ~y~%s~s~ and earned ~g~$%s~s~!',
  41. ['heal_inprogress'] = 'you are healing!',
  42. ['heal_complete'] = 'you have healed ~y~%s~s~',
  43. ['no_players'] = 'no players nearby',
  44. ['no_vehicles'] = 'no vehicles nearby',
  45. ['player_not_unconscious'] = 'that player is not unconscious!',
  46. ['player_not_conscious'] = 'that player is not conscious!',
  47. -- Boss Menu
  48. ['boss_actions'] = 'boss Actions',
  49. -- Misc
  50. ['invalid_amount'] = '~r~Invalid amount',
  51. ['actions_prompt'] = 'press ~INPUT_CONTEXT~ access the ~y~Ambulance Actions~s~.',
  52. ['deposit_amount'] = 'deposit Amount',
  53. ['money_withdraw'] = 'amount withdrawn',
  54. ['fast_travel'] = 'press ~INPUT_CONTEXT~ to fast travel.',
  55. ['open_pharmacy'] = 'press ~INPUT_CONTEXT~ to open the pharmacy.',
  56. ['pharmacy_menu_title'] = 'pharmacy',
  57. ['pharmacy_take'] = 'take <span style="color:blue;">%s</span>',
  58. ['medikit'] = 'medikit',
  59. ['bandage'] = 'bandage',
  60. ['max_item'] = 'You are already carrying enough.',
  61. -- F6 Menu
  62. ['ems_menu'] = 'EMS Menu',
  63. ['ems_menu_title'] = 'ambulance - EMS Menu',
  64. ['ems_menu_revive'] = 'revive Player',
  65. ['ems_menu_putincar'] = 'put in Vehicle',
  66. ['ems_menu_small'] = 'heal small wounds',
  67. ['ems_menu_big'] = 'treat serious injuries',
  68. -- Phone
  69. ['alert_ambulance'] = 'alert Ambulance',
  70. -- Death
  71. ['respawn_available_in'] = 'respawn available in ~b~%s minutes %s seconds~s~',
  72. ['respawn_bleedout_in'] = 'you will bleed out in ~b~%s minutes %s seconds~s~\n',
  73. ['respawn_bleedout_prompt'] = 'hold [~b~E~s~] to respawn',
  74. ['respawn_bleedout_fine'] = 'hold [~b~E~s~] to respawn for ~g~$%s~s~',
  75. ['respawn_bleedout_fine_msg'] = 'you paid ~r~$%s~s~ to respawn.',
  76. ['distress_send'] = 'press [~b~G~s~] to send distress signal',
  77. ['distress_sent'] = 'distress signal has been sent to available units!',
  78. ['distress_message'] = 'medical attention required: unconscious citizen!',
  79. ['combatlog_message'] = 'you have been force-respawned because you\'ve previously left the server when dead.',
  80. -- Revive
  81. ['revive_help'] = 'revive a player',
  82. -- Item
  83. ['used_medikit'] = 'You have used ~y~1x~s~ medikit',
  84. ['used_bandage'] = 'You have used ~y~1x~s~ bandage',
  85. ['not_enough_medikit'] = 'You do not have ~b~medikit~s~.',
  86. ['not_enough_bandage'] = 'You do not have ~b~bandage~s~.',
  87. ['healed'] = 'you have been treated.',
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement