mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-01 09:01:44 +00:00
4a7065f166
added to the config option to hide markers on the map add pl translation
11 lines
302 B
SQL
11 lines
302 B
SQL
INSERT INTO `items` (name, label, `limit`) VALUES
|
|
('weed', 'Topy', 50),
|
|
('weed_pooch', 'Marihuana', 10),
|
|
('coke', 'Liście kokainy', 50),
|
|
('coke_pooch', 'Kokaina', 10),
|
|
('meth', 'Odlew', 50),
|
|
('meth_pooch', 'Metafetamina', 10),
|
|
('opium', 'Opium', 50),
|
|
('opium_pooch', 'Torebeczka opium', 10)
|
|
;
|