mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 01:08:54 +00:00
refactor: esx accessories: better readme + marker colour
This commit is contained in:
@@ -1,10 +1,22 @@
|
||||
# esx_accessories
|
||||
<h1 align='center'>[ESX] Accessories</a></h1><p align='center'><b><a href='https://discord.esx-framework.org/'>Discord</a> - <a href='https://esx-framework.org/'>Website</a> - <a href='https://docs.esx-framework.org/legacy/installation'>Documentation</a></b></h5>
|
||||
|
||||
Shops with accessories (hat/helmet, glasses, masks, ears accessories). You can put on or take off the accessories with a menu. Accessories saved in database.
|
||||
|
||||
/!\ Works only with accessories purchased in the special areas of the clothing store, not via the esx_clotheshop script.
|
||||
> Note: Works only with accessories purchased in the special areas of the clothing store, not via the esx_clotheshop script.
|
||||
|
||||
## Requirements
|
||||
|
||||
- [esx_skin](https://github.com/esx-framework/esx-legacy/tree/main/%5Besx%5D/esx_skin)
|
||||
- [esx_datastore](https://github.com/esx-framework/esx-legacy/tree/main/%5Besx_addons%5D/esx_datastore)
|
||||
|
||||
## Legal
|
||||
|
||||
esx_accessories - accessories 4 you!
|
||||
|
||||
Copyright (C) 2015-2022 ESX-Framework
|
||||
|
||||
This program Is free software: you can redistribute it And/Or modify it under the terms Of the GNU General Public License As published by the Free Software Foundation, either version 3 Of the License, Or (at your option) any later version.
|
||||
|
||||
This program Is distributed In the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty Of MERCHANTABILITY Or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License For more details.
|
||||
|
||||
You should have received a copy Of the GNU General Public License along with this program. If Not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
@@ -8,7 +8,7 @@ Config.EnableControls = true
|
||||
|
||||
Config.DrawDistance = 10
|
||||
Config.Size = {x = 1.5, y = 1.5, z = 1.0}
|
||||
Config.Color = {r = 102, g = 102, b = 204}
|
||||
Config.Color = {r = 50, g = 200, b = 50}
|
||||
Config.Type = 1
|
||||
|
||||
-- Fill this if you want to see the blips,
|
||||
|
||||
Reference in New Issue
Block a user