mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-01 06:01:41 +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
311 B
SQL
10 lines
311 B
SQL
INSERT INTO `items` (name, label, `limit`) VALUES
|
|
('weed', 'Weed', 50),
|
|
('weed_pooch', 'Pochon de weed', 10),
|
|
('coke', 'Coke', 50),
|
|
('coke_pooch', 'Pochon de coke', 10),
|
|
('meth', 'Meth', 50),
|
|
('meth_pooch', 'Pochon de meth', 10),
|
|
('opium', 'Opium', 50),
|
|
('opium_pooch', 'Pochon de opium', 10)
|
|
; |