diff --git a/README.md b/README.md index 89ca5a5f..80d46548 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/items.sql b/items.sql new file mode 100644 index 00000000..8cd41514 --- /dev/null +++ b/items.sql @@ -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'); \ No newline at end of file