esx_weashops+
Description
This resource is based off of ESX’s “esx_weashops” resource and now supports the functionality of Weapon Grades. Along with the weapon grades you will also receive formatted licenses for the purchaser.
Screenshots
Download (v1.0):
12 Likes
LGDevelopment:
Screenshots
where are the screenshots ??
ver are your screenshots? VER?
I think you forgot to commit your files to github
1 Like
OK EVERYTHING IS FIXED
I have a Question,Do i keep the original esx-weaponshop,
Dont think so, but i could be wrong.
@Harrison_M Is correct, this is a fresh install of it and requires esx_license along with it.
(P.S. @Harrison_M Nice to see a Fellow Minuteman in FiveM )
2 Likes
Do we manually have to add the weapons?
Yes; You can do it in the config.lua.
It is very simple to do and you can find the weapon “names” here: https://wiki.fivem.net/wiki/Weapons
How to fix the sql error on line 9?
Can you show me?
(EDIT: Also make sure you have ESX License)
You have an error in your SQL syntax; it seems the error is around: ‘SET NAMES utf8 /; / !50503 SET NAMES utf8mb4 /; / !40014 SET @OLD_FOREIGN_KEY _’ at line 8
Ok I will check it out. Thank you!
USE `essentialmode`;
INSERT INTO `licenses` (`id`, `type`, `label`) VALUES
(0, 'weapon', 'Weapon Level: One'),
(1, 'weapon2', 'Weapon Level: Two'),
(2, 'weapon3', 'Weapon Level: Three');
Try that as your SQL query and let me know your results.
Make sure you delete the current licenses that were inserted.
I am checking it with Eversql and it gives the same error
How can it be giving the same error if it removes that line you specified?
Whats the problem now?