Advertisement
Guest User

hitman

a guest
Jun 16th, 2019
306
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.26 KB | None | 0 0
  1. Executioner.Config.Language[ 'english' ] = {
  2. HitPriceFormatError = 'There is something wrong with the hit price. Maximum %s - Minimum %s.',
  3. HitPriceCantAfford = 'You can not afford to place this hit as it costs %s and you currently have %s.',
  4. BonusWeaponAccepted = 'The %s will be removed once the hit has been attempted.',
  5. HitTimeReached = '%s has run out of time to complete their hit. The hit has failed!',
  6. HitTooSoon = 'You can not place a hit so soon.',
  7. HitmanBusy = '%s is already dealing with someone.',
  8. RequestSent = 'Your hit request has been sent to %s.',
  9. CustomerNoResponse = '%s has not responded to your request.',
  10. HitmanNoResponse = 'You failed to respond to the hit request in time.',
  11. TargetRejectHit = 'You can not place a hit on this person.',
  12. InvalidTargets = 'Could not place hit. Client(s) are not connected to the server, or you are dead.',
  13. CustomerOnHitAccepted = '%s has accepted your hit request against %s. The money has now been taken.',
  14. CustomerOnHitDeclined = '%s has declined your hit request. You have not been charged.',
  15. HitmanOnHitAccepted = 'You have accepted %s\'s hit offer against %s for %s.',
  16. HitmanOnHitDeclined = 'You have declined %s\'s hit.',
  17. MessageAllOnAccepted = 'Someone has accepted a hit. Watch out, you might be the target.',
  18. BonusWeaponHitComplete = '%s completed the hit using the %s against %s. They have been rewarded with %s and a bonus of %s.',
  19. HitCompletedNoBonus = '%s completed their hit against %s and has been rewarded with %s.',
  20. TaxOnKill = 'Your overall income has been taxed by ' .. Executioner.Config.TaxOnKill .. '%.',
  21. TargetDiedBeforeHit = '%s\'s target %s was killed before they could complete their hit. The hit has failed!',
  22. TargetKilledHitman = '%s was no match for their target %s. They have been killed. The hit has failed!',
  23. HitmanDied = 'Hitman %s was killed before they had a chance to complete their hit. The hit has failed!',
  24. TargetDisconnected = 'Target %s has left the server with an active hit. The customer has been refunded.',
  25. HitmanDisconnected = 'Hitman %s has left the server. The hit has been refunded.',
  26. CustomerDisconnected = 'Customer %s has left the server. The hit has been removed.',
  27. HitmanChangedJob = 'Hitman %s has changed job. The hit has been refunded and the customer has been given %s back.', -- REMOVE
  28. HitmanArrested = 'Hitman %s has been arrested by %s. The hit has been refunded.',
  29. TargetArrested = 'Target %s has been arrested by %s. The hit has been refunded.',
  30. PhoneNoSave = 'There is nothing to save.',
  31. PhoneOnSave = '%i Phone(s) have been saved successfully.',
  32. PhoneOnReset = 'Successfully removed %i phones and reset all data.',
  33. OnSwitchTeam = '%s has changed to a %s the Hit has been refunded.',
  34. BonusNoReply = 'You took too long to reply to the Bonus Weapon offer.',
  35. HitActive = 'This person is apart of a Hit transaction already. You can not place a Hit on them.',
  36. SameTargetTooSoon = 'This person has recently had a Hit made against them, you can not place one on this person just yet.',
  37. CantDrop = 'You can not drop a Bonus Weapon.',
  38. --> Start of Phone Related Messages <--
  39. OnRandomHit = 'Anonymous has placed a hit on a suspect. More detail is displayed on your phone. Type ' .. Executioner.Config.Phone_Command .. '.',
  40. OnRadomHitAccepted = 'You have accepted a randomly generated hit against %s for %s.',
  41. HitmanActiveHit = 'You already have an active hit. There\'s no need to take another one.',
  42. NotEnoughHitmen = 'There isn\'t enough Hitmen connected to the server right now. You can not place a Hit.',
  43. CustomerOnPhoneHitPlaced = 'You have made a hit against %s. Hitmen will deal with this request soon. You have been charged %s.',
  44. HitmanNotifyRequest = '%s has requested for a hit to be carried out. More detail is displayed on your phone. Type ' .. Executioner.Config.Phone_Command .. '.',
  45. PhoneNotInService = 'The phone is not in service right now, come back later.',
  46. HitmanOnUsePhone = 'You can not use the Phone as a Hitman.'
  47. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement