Files
esx_core-esx-framework/localization/sv_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

11 lines
319 B
SQL

INSERT INTO `items` (name, label, `limit`) VALUES
('weed', 'Cannabis', 50),
('weed_pooch', 'Väska med cannabis', 10),
('coke', 'Kokain', 50),
('coke_pooch', 'Väska med kokain', 10),
('meth', 'Meth', 50),
('meth_pooch', 'Väska med meth', 10),
('opium', 'Opium', 50),
('opium_pooch', 'Väska med opium', 10)
;