diff --git a/[esx]/es_extended/locales/fi.lua b/[esx]/es_extended/locales/fi.lua index 8f79151b..d5a99f17 100644 --- a/[esx]/es_extended/locales/fi.lua +++ b/[esx]/es_extended/locales/fi.lua @@ -21,7 +21,7 @@ Locales['fi'] = { ['received_weapon_ammo'] = 'you received ~o~%sx %s for your %s from %s', ['received_weapon_withammo'] = 'you received 1x %s with ~o~%sx %s from %s', ['received_weapon_hasalready'] = '%s attempted to give you an %s, but you already have one', - ['received_weapon_noweapon'] = '%s attempted to give you ammo for an %s, but you dont have one', + ['received_weapon_noweapon'] = '%s attempted to give you ammo for an %s, but you don\'t have one', ['gave_account_money'] = 'sinä annoit $%s (%s) henkilölle %s', ['received_account_money'] = 'sinä sait $%s (%s) henkilöltä %s', ['amount_invalid'] = 'virheellinen määrä', diff --git a/[esx_addons]/esx_addoninventory/README.md b/[esx_addons]/esx_addoninventory/README.md index bb901bc5..ecf72bc5 100644 --- a/[esx_addons]/esx_addoninventory/README.md +++ b/[esx_addons]/esx_addoninventory/README.md @@ -28,7 +28,7 @@ start esx_addoninventory ## Usage There are two types of inventories: shared and not shared. -- Shared inventories dont belong to a specific user. Example: foodstore items. +- Shared inventories don't belong to a specific user. Example: foodstore items. - None-shared inventories are created for every user in the server. They are created in db when player is loaded, Example: property items ### `addon_inventory` database information diff --git a/[esx_addons]/esx_ambulancejob/client/vehicle.lua b/[esx_addons]/esx_ambulancejob/client/vehicle.lua index 0da56abd..ec270d13 100644 --- a/[esx_addons]/esx_ambulancejob/client/vehicle.lua +++ b/[esx_addons]/esx_ambulancejob/client/vehicle.lua @@ -115,7 +115,7 @@ function StoreNearbyVehicle(playerCoords) for i = 1, #vehicles do local vehicle = vehicles[i] - -- Make sure the vehicle we're saving is empty, or else it wont be deleted + -- Make sure the vehicle we're saving is empty, or else it won't be deleted if GetVehicleNumberOfPassengers(vehicle) == 0 and IsVehicleSeatFree(vehicle, -1) then local plate = ESX.Math.Trim(GetVehicleNumberPlateText(vehicle)) plates[#plates + 1] = plate diff --git a/[esx_addons]/esx_ambulancejob/locales/cs.lua b/[esx_addons]/esx_ambulancejob/locales/cs.lua index 630ce698..0f295494 100644 --- a/[esx_addons]/esx_ambulancejob/locales/cs.lua +++ b/[esx_addons]/esx_ambulancejob/locales/cs.lua @@ -15,7 +15,7 @@ Locales['cs'] = { ['garage_has_notstored'] = 'no nearby owned vehicles were found', ['garage_notavailable'] = 'your vehicle is not stored in the garage.', ['garage_blocked'] = 'there\'s no available spawn points!', - ['garage_empty'] = 'you dont have any vehicles in your garage.', + ['garage_empty'] = 'you don\'t have any vehicles in your garage.', ['garage_released'] = 'your vehicle has been released from the garage.', ['garage_store_nearby'] = 'there is no nearby vehicles.', ['garage_storeditem'] = 'open garage', diff --git a/[esx_addons]/esx_ambulancejob/locales/en.lua b/[esx_addons]/esx_ambulancejob/locales/en.lua index c7f1f2d1..c54b7f21 100644 --- a/[esx_addons]/esx_ambulancejob/locales/en.lua +++ b/[esx_addons]/esx_ambulancejob/locales/en.lua @@ -15,7 +15,7 @@ Locales['en'] = { ['garage_has_notstored'] = 'No nearby owned vehicles were found', ['garage_notavailable'] = 'Your vehicle is not stored in the garage.', ['garage_blocked'] = 'There\'s no available spawn points!', - ['garage_empty'] = 'You dont have any vehicles in your garage.', + ['garage_empty'] = 'You don\'t have any vehicles in your garage.', ['garage_released'] = 'Your vehicle has been released from the garage.', ['garage_store_nearby'] = 'There is no nearby vehicles.', ['garage_storeditem'] = 'Open garage', diff --git a/[esx_addons]/esx_ambulancejob/locales/fi.lua b/[esx_addons]/esx_ambulancejob/locales/fi.lua index 4212d455..783b1aff 100644 --- a/[esx_addons]/esx_ambulancejob/locales/fi.lua +++ b/[esx_addons]/esx_ambulancejob/locales/fi.lua @@ -15,7 +15,7 @@ Locales['fi'] = { ['garage_has_notstored'] = 'no nearby owned vehicles were found', ['garage_notavailable'] = 'your vehicle is not stored in the garage.', ['garage_blocked'] = 'there\'s no available spawn points!', - ['garage_empty'] = 'you dont have any vehicles in your garage.', + ['garage_empty'] = 'you don\'t have any vehicles in your garage.', ['garage_released'] = 'your vehicle has been released from the garage.', ['garage_store_nearby'] = 'there is no nearby vehicles.', ['garage_storeditem'] = 'open garage', diff --git a/[esx_addons]/esx_ambulancejob/locales/pl.lua b/[esx_addons]/esx_ambulancejob/locales/pl.lua index 2881ef93..b1cb2035 100644 --- a/[esx_addons]/esx_ambulancejob/locales/pl.lua +++ b/[esx_addons]/esx_ambulancejob/locales/pl.lua @@ -15,7 +15,7 @@ Locales['pl'] = { ['garage_has_notstored'] = 'no nearby owned vehicles were found', ['garage_notavailable'] = 'your vehicle is not stored in the garage.', ['garage_blocked'] = 'there\'s no available spawn points!', - ['garage_empty'] = 'you dont have any vehicles in your garage.', + ['garage_empty'] = 'you don\'t have any vehicles in your garage.', ['garage_released'] = 'your vehicle has been released from the garage.', ['garage_store_nearby'] = 'there is no nearby vehicles.', ['garage_storeditem'] = 'open garage', diff --git a/[esx_addons]/esx_phone/README.md b/[esx_addons]/esx_phone/README.md index a533d772..2d89515c 100644 --- a/[esx_addons]/esx_phone/README.md +++ b/[esx_addons]/esx_phone/README.md @@ -1,7 +1,7 @@ # esx_phone ### Note -- All scripts that implement the usage of esx phone must be started **after** this script, or else they wont register and no messages will be received. +- All scripts that implement the usage of esx phone must be started **after** this script, or else they won't register and no messages will be received. ## Download & Installation diff --git a/[esx_addons]/esx_policejob/client/vehicle.lua b/[esx_addons]/esx_policejob/client/vehicle.lua index cc52d508..4208d372 100644 --- a/[esx_addons]/esx_policejob/client/vehicle.lua +++ b/[esx_addons]/esx_policejob/client/vehicle.lua @@ -124,7 +124,7 @@ function StoreNearbyVehicle(playerCoords) for i = 1, #vehicles do local vehicle = vehicles[i] - -- Make sure the vehicle we're saving is empty, or else it wont be deleted + -- Make sure the vehicle we're saving is empty, or else it won't be deleted if GetVehicleNumberOfPassengers(vehicle) == 0 and IsVehicleSeatFree(vehicle, -1) then local plate = ESX.Math.Trim(GetVehicleNumberPlateText(vehicle)) plates[#plates + 1] = plate diff --git a/[esx_addons]/esx_policejob/locales/br.lua b/[esx_addons]/esx_policejob/locales/br.lua index 84d2d208..2f430e44 100644 --- a/[esx_addons]/esx_policejob/locales/br.lua +++ b/[esx_addons]/esx_policejob/locales/br.lua @@ -37,7 +37,7 @@ Locales['br'] = { ['garage_has_notstored'] = 'no nearby owned vehicles were found', ['garage_notavailable'] = 'your vehicle is not stored in the garage.', ['garage_blocked'] = 'there\'s no available spawn points!', - ['garage_empty'] = 'you dont have any vehicles in your garage.', + ['garage_empty'] = 'you don\'t have any vehicles in your garage.', ['garage_released'] = 'your vehicle has been released from the garage.', ['garage_store_nearby'] = 'there is no nearby vehicles.', ['garage_storeditem'] = 'open garage', diff --git a/[esx_addons]/esx_policejob/locales/de.lua b/[esx_addons]/esx_policejob/locales/de.lua index 1db7b4c5..5e3ed654 100644 --- a/[esx_addons]/esx_policejob/locales/de.lua +++ b/[esx_addons]/esx_policejob/locales/de.lua @@ -37,7 +37,7 @@ Locales['de'] = { ['garage_has_notstored'] = 'no nearby owned vehicles were found', ['garage_notavailable'] = 'your vehicle is not stored in the garage.', ['garage_blocked'] = 'there\'s no available spawn points!', - ['garage_empty'] = 'you dont have any vehicles in your garage.', + ['garage_empty'] = 'you don\'t have any vehicles in your garage.', ['garage_released'] = 'your vehicle has been released from the garage.', ['garage_store_nearby'] = 'there is no nearby vehicles.', ['garage_storeditem'] = 'open garage', diff --git a/[esx_addons]/esx_policejob/locales/en.lua b/[esx_addons]/esx_policejob/locales/en.lua index 2182d181..1e248348 100644 --- a/[esx_addons]/esx_policejob/locales/en.lua +++ b/[esx_addons]/esx_policejob/locales/en.lua @@ -37,7 +37,7 @@ Locales['en'] = { ['garage_has_notstored'] = 'no nearby owned vehicles were found', ['garage_notavailable'] = 'your vehicle is not stored in the garage.', ['garage_blocked'] = 'there\'s no available spawn points!', - ['garage_empty'] = 'you dont have any vehicles in your garage.', + ['garage_empty'] = 'you don\'t have any vehicles in your garage.', ['garage_released'] = 'your vehicle has been released from the garage.', ['garage_store_nearby'] = 'there is no nearby vehicles.', ['garage_storeditem'] = 'open garage', diff --git a/[esx_addons]/esx_policejob/locales/fi.lua b/[esx_addons]/esx_policejob/locales/fi.lua index ec2e61e6..8041f6c6 100644 --- a/[esx_addons]/esx_policejob/locales/fi.lua +++ b/[esx_addons]/esx_policejob/locales/fi.lua @@ -37,7 +37,7 @@ Locales['fi'] = { ['garage_has_notstored'] = 'no nearby owned vehicles were found', ['garage_notavailable'] = 'your vehicle is not stored in the garage.', ['garage_blocked'] = 'there\'s no available spawn points!', - ['garage_empty'] = 'you dont have any vehicles in your garage.', + ['garage_empty'] = 'you don\'t have any vehicles in your garage.', ['garage_released'] = 'your vehicle has been released from the garage.', ['garage_store_nearby'] = 'there is no nearby vehicles.', ['garage_storeditem'] = 'open garage', diff --git a/[esx_addons]/esx_policejob/locales/pl.lua b/[esx_addons]/esx_policejob/locales/pl.lua index e340e646..69cf3f8c 100644 --- a/[esx_addons]/esx_policejob/locales/pl.lua +++ b/[esx_addons]/esx_policejob/locales/pl.lua @@ -37,7 +37,7 @@ Locales['pl'] = { ['garage_has_notstored'] = 'no nearby owned vehicles were found', ['garage_notavailable'] = 'your vehicle is not stored in the garage.', ['garage_blocked'] = 'there\'s no available spawn points!', - ['garage_empty'] = 'you dont have any vehicles in your garage.', + ['garage_empty'] = 'you don\'t have any vehicles in your garage.', ['garage_released'] = 'your vehicle has been released from the garage.', ['garage_store_nearby'] = 'there is no nearby vehicles.', ['garage_storeditem'] = 'open garage', diff --git a/[esx_addons]/esx_shops/README.md b/[esx_addons]/esx_shops/README.md index 7fa04cdb..cc3f64c4 100644 --- a/[esx_addons]/esx_shops/README.md +++ b/[esx_addons]/esx_shops/README.md @@ -1,6 +1,6 @@

[ESX] Shops

Discord - Website - Documentation -This Resource allows Players to shop til they Drop! You Configure *everything* within the Config.lua, and dont worry about those pesky cheaters, we have Security Steve on the door to protect you and your city! +This Resource allows Players to shop til they Drop! You Configure *everything* within the Config.lua, and don't worry about those pesky cheaters, we have Security Steve on the door to protect you and your city! # Legal diff --git a/[esx_addons]/instance/client/main.lua b/[esx_addons]/instance/client/main.lua index ebfc759c..39f2c6a4 100644 --- a/[esx_addons]/instance/client/main.lua +++ b/[esx_addons]/instance/client/main.lua @@ -179,7 +179,7 @@ CreateThread(function() playersToHide[GetPlayerServerId(v)] = true end - -- Dont set our instanced players invisible + -- Don't set our instanced players invisible for _,player in ipairs(instance.players) do playersToHide[player] = nil end diff --git a/server.cfg b/server.cfg index daba39d3..0762bad0 100644 --- a/server.cfg +++ b/server.cfg @@ -57,4 +57,4 @@ ensure [esx] ## ESX Addons ensure [esx_addons] -stop basic-gamemode #remove this if you dont want to use multicharacter +stop basic-gamemode #remove this if you don't want to use multicharacter