Files
esx_core/localization/de_esx_drugs.sql
T
ElPumpo 171813e357 Fixed famous #18 exploit, added blips
- Added blips for all zones
- Improved code
- Fixed #18 exploit where if you quickly and repeatly enter & leave the zone, and spam press E you'll get loads of stuff very quickly.
- Tab indents
- Added missing SQL information (items max size)
- Improved README
- General improvements & Cleanup
2018-05-03 22:08:18 +02:00

10 lines
296 B
SQL

INSERT INTO `items` (name, label, `limit`) VALUES
('weed', 'Grass', 50),
('weed_pooch', 'Portion Grass', 10),
('coke', 'Koks', 50),
('coke_pooch', 'Portion Koks', 10),
('meth', 'Meth', 50),
('meth_pooch', 'Portion Meth', 10),
('opium', 'Opium', 50),
('opium_pooch', 'Portion Opium', 10)
;