requires + sql

This commit is contained in:
renaiku
2017-08-08 19:56:18 +02:00
parent e0d8956238
commit e756b1a60f
2 changed files with 27 additions and 0 deletions
+7
View File
@@ -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.
+20
View File
@@ -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');