Fixes #44 and spawning job vehicle, minor cleanup

This commit is contained in:
ElPumpo
2018-08-27 11:20:36 +02:00
parent 195c1bf6e0
commit 71b80da8b9
7 changed files with 74 additions and 78 deletions
+4 -3
View File
@@ -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.',