mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-31 18:28:52 +00:00
171813e357
- 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
10 lines
296 B
SQL
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)
|
|
; |