Greatly improved esx_service (see desc), closes #138

Not being in service means that you can no longer open the F6 menu, or open the armory. You will no longer be able to take out vehicles or receive dispatch calls.

Greatly improved support for esx_service and esx_phone when restarting the scripts mentioned above mid-game.

All ranks now have proper clothing in,  but will still need a redo at some point. Many ranks simply doesn't match USA standard (that's what we'll aim at)

Don't forget to update esx_service and esx_phone to support the new things!
This commit is contained in:
ElPumpo
2018-07-22 14:45:11 +02:00
parent 56ab5958af
commit d8100fe0d0
4 changed files with 360 additions and 261 deletions
+17 -10
View File
@@ -4,16 +4,16 @@ Locales['en'] = {
['citizen_wear'] = 'civilian Outfit',
['police_wear'] = 'police Outfit',
['sheriff_wear'] = 'sheriff Outfit',
['lieutenant_wear'] = 'Swatt outfit ',
['lieutenant_wear'] = 'swat outfit',
['gilet_wear'] = 'orange reflective jacket',
['bullet_wear'] = 'bulletproof vest',
['no_outfit'] = 'there\'s no uniform that fits you!',
['open_cloackroom'] = 'press ~INPUT_CONTEXT~ to change ~y~clothes~s~.',
-- Armory
['remove_object'] = 'take object',
['remove_object'] = 'withdraw object',
['deposit_object'] = 'deposit object',
['get_weapon'] = 'take weapon',
['put_weapon'] = 'put weapon',
['get_weapon'] = 'withdraw weapon',
['put_weapon'] = 'deposit weapon',
['buy_weapons'] = 'buy weapons',
['armory'] = 'armory',
['open_armory'] = 'press ~INPUT_CONTEXT~ to access the armory',
@@ -22,16 +22,23 @@ Locales['en'] = {
['vehicle_out'] = 'there is already a car out of the garage',
['vehicle_spawner'] = 'press ~INPUT_CONTEXT~ to take out a vehicle',
['store_vehicle'] = 'press ~INPUT_CONTEXT~ to store the vehicle',
['service_max'] = 'max officers in service: %s/%s',
-- Service
['service_max'] = 'you cannot enter service, max officers in service: %s/%s',
['service_not'] = 'you have not entered service! You\'ll have to get changed first.',
['service_anonunce'] = 'service information',
['service_in'] = 'you\'ve entered service, welcome!',
['service_in_announce'] = 'operator ~y~%s~s~ has entered service!',
['service_out'] = 'you have left service.',
['service_out_announce'] = 'operator ~y~%s~s~ has left their service.',
-- Action Menu
['citizen_interaction'] = 'citizen Interaction',
['vehicle_interaction'] = 'vehicle Interaction',
['object_spawner'] = 'object Spawner',
['id_card'] = 'iD Card',
['id_card'] = 'ID Card',
['search'] = 'search',
['handcuff'] = 'cuff / Uncuff',
['drag'] = 'drag',
['drag'] = 'escort',
['put_in_vehicle'] = 'put in Vehicle',
['out_the_vehicle'] = 'drag out from vehicle',
['fine'] = 'fine',
@@ -98,8 +105,8 @@ Locales['en'] = {
['owner_unknown'] = 'owner: Unknown',
['owner'] = 'owner: %s',
-- Weapons Menus
['get_weapon_menu'] = 'armory - Take Weapon',
['put_weapon_menu'] = 'armory - Put Weapon',
['get_weapon_menu'] = 'armory - Withdraw Weapon',
['put_weapon_menu'] = 'armory - Deposit Weapon',
['buy_weapon_menu'] = 'armory - Buy Guns',
['not_enough_money'] = 'you do not have enough money',
-- Boss Menu
@@ -120,6 +127,6 @@ Locales['en'] = {
['map_blip'] = 'police Station',
['unrestrained_timer'] = 'you feel your handcuffs slowly losing grip and fading away.',
-- Notifications
['alert_police'] = 'alert police',
['alert_police'] = 'police alert',
['phone_police'] = 'police',
}