Thanks
Thanks a lot man, GREAT work!!
Look at VDK inventory release, the problem come from here
Yeah â PRIMARY KEY (user_id,item_id)
This is bullshit DB modelling
hey Thanks man, your work rock i have a probleme idk what but i receive no money when i sell my shit can you help me plz ?
i have the harvest weed working.and it goes in my inventory.but when i try to sell. it says no shit no money
is there a place to process the weed before selling? if so can you tell me where thanks
Hey guyâs i have this error and i donât understand xD
Erreur
RequĂȘte SQL :
DROP TABLE IF EXISTS items
MySQL a répondu: Documentation
#1046 - Aucune base nâa Ă©tĂ© sĂ©lectionnĂ©e
Thanks for this script, working fine !! I added a lot of jobs with this script. Can you eventually say me how i can make the item menu disappear after X seconds ? :3
The sell works but we donât receive the money why ?
Genox : I donât understand what your problem is ^^â
Bu11DoggQc & Neurowend : Have you all requirements installed on your server ?
Ryan_Streich : Yes, you have to turn your weed into shit in the altruist camp (coords in the script)
Tagas : Go in your gta5 database before run the SQL Script (itâs from VDK Inventory)
Protoxz: Inventory is made by https://github.com/vodkhard/vdk_inventory
Sorry I was not able to post (limitation for new users ^^â)
##UPDATE
New script more user-friendly by Vodkhard, please have a look to this : [Release] Harvest/Treatment/Selling Jobs System v1.1
I prefer your script, itâs working i just change the line :
if qte > 0 then
TriggerEvent(âplayer:looseItemâ,2, 1)
TriggerServerEvent(âmission:completedâ, 50)
ClearPrints()
SetTextEntry_2(âSTRINGâ)
AddTextComponentString("~g~Here youâre 50$ for your shit.")
DrawSubtitleTimed(2000, 1)
to
if qte > 0 then
TriggerEvent(âplayer:sellItemâ,2, Price)
TriggerServerEvent(âmission:completedâ, 50)
ClearPrints()
SetTextEntry_2(âSTRINGâ)
AddTextComponentString("~g~Here youâre 85$ for your shit.")
DrawSubtitleTimed(2000, 1)
And now i receive the money
But do you know how to made like :
if iâm miner i can see the marker, else i canât see it ?
I donât think about how to add marker but I think you can check if you are a miner (use a already existing loadout system ??) then you display the marker.
I think you can add this check in condition block in the client thread (line line 73-76 for example)
I donât have the knowledge for that, if you can make an exemple or a base script it would be very nice, i can config, but create i donât know how x)
No problem, but not tonight. I think I do it tomorrow.
Alright thanks for your answer pm me if you can ?
I fixed my problem, it was the utf8mb4 row that needed to be changed to utf8 only.
but thanks for answering!
Hello i have problem Hi, when Iâm going to sell, I do not receive the money, even giving the message I received.
Iâm with the same problem could you help me?
Have you install MissionText ?