mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-04 16:23:21 +00:00
Fixes #44 and spawning job vehicle, minor cleanup
This commit is contained in:
+4
-3
@@ -12,11 +12,12 @@ Locales['en'] = {
|
||||
['not_your_vehicle'] = 'this is not your vehicle or you must be a driver.',
|
||||
['in_vehicle'] = 'you must sit in a vehicle.',
|
||||
['wrong_point'] = 'you are not at the right point of delivery.',
|
||||
['max_limit'] = 'you have cannot carry more: %s',
|
||||
['not_enough'] = 'you do not have enough %s to continue this task.',
|
||||
['max_limit'] = 'you have cannot carry more ~y~%s~s~',
|
||||
['not_enough'] = 'you do not have enough ~y~%s~s~ to continue this task.',
|
||||
['spawn_veh'] = 'spawn vehicle',
|
||||
['spawn_veh_button'] = 'press ~INPUT_PICKUP~ to call the delivery vehicle.',
|
||||
['spawn_truck_button'] = 'press ~INPUT_PICKUP~ to spawn the truck.',
|
||||
['spawn_blocked'] = 'an vehicle is blocking the spawnpoint!',
|
||||
['service_vh'] = 'service vehicle',
|
||||
['return_vh'] = 'vehicle return',
|
||||
['return_vh_button'] = 'press ~INPUT_PICKUP~ to return the vehicle.',
|
||||
@@ -59,7 +60,7 @@ Locales['en'] = {
|
||||
['f_refine_fuel_button'] = 'press ~INPUT_PICKUP~ to refine.',
|
||||
['f_fuel_mixture'] = 'mix refined oil',
|
||||
['f_gas'] = 'gas',
|
||||
['f_fuel_mixture_button'] = 'press ~INPUT_PICKUP~ to mix.',
|
||||
['f_fuel_mixture_button'] = 'press ~INPUT_PICKUP~ to mix oil.',
|
||||
['f_deliver_gas'] = 'deliver Gas',
|
||||
['f_deliver_gas_button'] = 'press ~INPUT_PICKUP~ to deliver gasoline.',
|
||||
|
||||
|
||||
Reference in New Issue
Block a user