mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-31 02:08:55 +00:00
requires + sql
This commit is contained in:
@@ -1,4 +1,11 @@
|
||||
# fxserver-esx_jobs
|
||||
[REQUIRES]
|
||||
- fxserver-esx_addonaccount: https://github.com/FXServer-ESX/fxserver-esx_addonaccount
|
||||
- in the addin_account table add a field like this:
|
||||
name: caution
|
||||
label: Caution
|
||||
shared: 0
|
||||
|
||||
[KNOWN BUGS]
|
||||
|
||||
The bail is not given back when the player disconnect or timeout.
|
||||
|
||||
@@ -0,0 +1,20 @@
|
||||
INSERT INTO `items` (`name`, `label`) VALUES
|
||||
('alive_chicken', 'Poulet vivant'),
|
||||
('slaughtered_chicken', 'Poulet abattu'),
|
||||
('packaged_chicken', 'Poulet en barquette'),
|
||||
('fish', 'Poisson'),
|
||||
('stone', 'Pierre'),
|
||||
('washed_stone', 'Pierre Lavée'),
|
||||
('copper', 'Cuivre'),
|
||||
('iron', 'Fer'),
|
||||
('gold', 'Or'),
|
||||
('diamond', 'Diamant'),
|
||||
('wood', 'Bois'),
|
||||
('cutted_wood', 'Bois coupé'),
|
||||
('packaged_plank', 'Paquet de planches'),
|
||||
('petrol', 'Pétrole'),
|
||||
('petrol_raffin', 'Pétrole Raffiné'),
|
||||
('essence', 'Essence'),
|
||||
('whool', 'Laine'),
|
||||
('fabric', 'Tissu'),
|
||||
('clothe', 'Vêtement');
|
||||
Reference in New Issue
Block a user