Advertisement
Guest User

Untitled

a guest
Feb 25th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.58 KB | None | 0 0
  1. -- Misc
  2. ['invalid_amount'] = '~r~invalid amount',
  3. ['open_menu'] = 'press ~INPUT_CONTEXT~ to open the menu',
  4. ['deposit_amount'] = 'deposit Amount',
  5. ['money_withdraw'] = 'amount withdrawn',
  6. ['fast_travel'] = 'Press on ~INPUT_CONTEXT~ to move quickly.',
  7. ['open_pharmacy'] = 'Press on ~INPUT_CONTEXT~ to open the pharmacy.',
  8. ['pharmacy_menu_title'] = 'Pharmacy',
  9. ['pharmacy_take'] = 'Take',
  10. ['medikit'] = 'medikit',
  11. ['bandage'] = 'bandage',
  12. ['max_item'] = 'you are already carrying enough on yourself.',
  13. -- F6 Menu
  14. ['ems_menu'] = 'eMS Menu',
  15. ['ems_menu_title'] = 'ambulance - EMS Menu',
  16. ['ems_menu_revive'] = 'revive Player',
  17. ['ems_menu_putincar'] = 'put in Vehicle',
  18. ['ems_menu_small'] = 'heal small wounds',
  19. ['ems_menu_big'] = 'treat psoriasis serious injuries and injuries',
  20. -- Phone
  21. ['alert_ambulance'] = 'alert Ambulance',
  22. -- Death
  23. ['respawn_at_hospital'] = 'do you want to be transported to the hospital?',
  24. ['yes'] = 'yes',
  25. ['please_wait'] = 'please wait ~b~',
  26. ['minutes'] = ' minutes ',
  27. ['seconds_fine'] = ' seconds ~w~to respawn \nRespawn now for ~g~$',
  28. ['seconds'] = ' seconds ~w~to respawn.',
  29. ['press_respawn_fine'] = '~w~ [Press ~b~E~w~]',
  30. ['press_respawn'] = 'press [~b~E~w~] to respawn.',
  31. -- Revive
  32. ['revive_help'] = 'revive a player',
  33. -- Item
  34. ['used_medikit'] = 'you used 1x medikit',
  35. ['used_bandage'] = 'you used 1x bandage',
  36. ['not_enough_medikit'] = 'you do not have ~b~medikit~w~.',
  37. ['not_enough_bandage'] = 'you do not have ~b~bandage~w~.',
  38. ['healed'] = 'you have been treated.',
  39. -- Misc
  40. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement