Security HUD
System Watchdog
×
Threads Scanned
-- / --
SYS. LOAD --%
AI SHIELD ACTIVE
DMCA Policy
×

📋 DMCA Compliance

This platform and community fully complies with the Digital Millennium Copyright Act (DMCA) and international copyright laws. We take all copyright protection seriously.

🛡️ Copyright Protection

If you believe a posted item belongs to you or violates your copyright, you may file a DMCA takedown request through our official channels. Upon receiving a valid claim, the infringing content will be removed within 24 hours.

What's new
×
Fiveguard

Script [ESX ] myDrugs - GTA:O styled and perfect for RP (Free)

Status
Not open for further replies.

JulienJohnson

Gold Elite
Joined
Sep 7, 2021
Messages
170
Reaction score
2,394
Points
326
Location
Swiss
thump

with this script I want to present my drug script, which I wrote for roleplay servers. This will make your drug procedure a lot more fun.
The script works similar to GTA Online:

  • You can buy a weed, meth or coke farm and then it’s up to you:
    → You have to get suppliments, to keep the production running
    → You can upgrade the equipment and security to increase productivity and storage
    → You can invite other players (perfect for roleplay): You can decide whether they should have permanent access or if they only should make one mission.
Features:

  • Configurable farms
  • You have to do missions to get suppliments
  • Production only when there are enough suppliments
  • Vehicle for the mission have to be bought (fully managed by the script)
  • You can invite other players to help at your mission
  • Farm upgrades
  • Key cards, to give other players access
  • Weed, Meth and Coke production
  • Players get vanished when they are in different farms
  • Multiple farms (Config)
Update 10.02.2021

  • Added an option to sell your farm
  • Added an optional seller, to be able to sell your produced drugs (like the seller in myRobbery)

Dependencies:

  • ESX
  • NativeUI
    (bob74_ipl) - I used it for updating the IPLs
the scripts that go well with this one:

MyProperties (available here)
myCharCreator (available here)
myMultichar with ped Menu (availble here )
MyClothesshop (available here )


 
Last edited:

killerbiene

Gold Elite
Joined
Sep 12, 2021
Messages
78
Reaction score
13,246
Points
306
Location
Linux
i Have Error :/

Error parsing script @myDrugs/client.lua in resource myDrugs: @myDrugs/client.lua:1 unexpected symbol near ´<\239>´
 

JulienJohnson

Gold Elite
Joined
Sep 7, 2021
Messages
170
Reaction score
2,394
Points
326
Location
Swiss
elseif currentPersonaldata.type == 'coke' then

Citizen.CreateThread(function()

BikerCocaine = exports['bob74_ipl']:GetBikerCocaineObject()
if currentPersonaldata.upgraded == 1 then
BikerCocaine.Style.Set(BikerCocaine.Style.basic)
BikerCocaine.Details.Enable({BikerCocaine.Details.cokeUpgrade1, BikerCocaine.Details.cokeUpgrade2}, false)
did you put the tableJobUpdated.txt file in database?

-- Exportiere Struktur von Tabelle plumeesx_18409e.farm_owner
CREATE TABLE IF NOT EXISTS `farm_owner` (
`id` int(11) NOT NULL,
`owner` varchar(60) DEFAULT NULL,
`farm` varchar(255) DEFAULT NULL,
`type` varchar(50) DEFAULT NULL,
`upgraded` int(11) NOT NULL,
`vehicle` varchar(11) DEFAULT NULL,
`store` int(11) NOT NULL,
`finish` int(11) NOT NULL,
`lastlogin` bigint(20) DEFAULT NULL,
`trusted` varchar(1000) DEFAULT NULL,
`attachedJob` varchar(60) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

have you read the readme.txt file carefully?

Installation:
1.) Put the script in your ressources folder
2.) Import the table.sql to your database
3.) Add 'start myDrugs' to your server.cfg

Pay attention that ESX and NativeUI (not NativeUIReloaded) are running.
Download Link for NativeUI:

Be sure to add the drug items to your database, if you haven't already:
Item names have to be:
- weed
- weed_pooch
- meth
- meth_pooch
- coke
- coke_pooch
I am 100% sure not , my friend :ROFLMAO: :ROFLMAO: :ROFLMAO:
 

killerbiene

Gold Elite
Joined
Sep 12, 2021
Messages
78
Reaction score
13,246
Points
306
Location
Linux
Yes, the database is in there, I also downloaded nativeUi and packed it on it. Everything inserted in the Server.cfg. Unfortunately, I don't see the entrance under the error is further out

Error Pic
 
Last edited:

JulienJohnson

Gold Elite
Joined
Sep 7, 2021
Messages
170
Reaction score
2,394
Points
326
Location
Swiss
Yes, the database is in there, I also downloaded nativeUi and packed it on it. Everything inserted in the Server.cfg. Unfortunately, I don't see the entrance under the error is further out

Error Pic
the problem I think must come from the item coke, did you put it correctly? in your database?
readme.txt :)
Be sure to add the drug items to your database, if you haven't already:
Item names have to be:
- weed
- weed_pooch
- meth
- meth_pooch
- coke
- coke_pooch
 

anes66

Gold Elite
Joined
May 12, 2021
Messages
54
Reaction score
80
Points
221
pls can someone reupload it orginal link is down
 

Julie420

Member
Joined
Apr 25, 2021
Messages
4
Reaction score
1
Points
146
thump

with this script I want to present my drug script, which I wrote for roleplay servers. This will make your drug procedure a lot more fun.
The script works similar to GTA Online:

  • You can buy a weed, meth or coke farm and then it’s up to you:
    → You have to get suppliments, to keep the production running
    → You can upgrade the equipment and security to increase productivity and storage
    → You can invite other players (perfect for roleplay): You can decide whether they should have permanent access or if they only should make one mission.
Features:

  • Configurable farms
  • You have to do missions to get suppliments
  • Production only when there are enough suppliments
  • Vehicle for the mission have to be bought (fully managed by the script)
  • You can invite other players to help at your mission
  • Farm upgrades
  • Key cards, to give other players access
  • Weed, Meth and Coke production
  • Players get vanished when they are in different farms
  • Multiple farms (Config)
Update 10.02.2021

  • Added an option to sell your farm
  • Added an optional seller, to be able to sell your produced drugs (like the seller in myRobbery)

Dependencies:

  • ESX
  • NativeUI
    (bob74_ipl) - I used it for updating the IPLs
the scripts that go well with this one:

MyProperties (available here)
myCharCreator (available here)
myMultichar with ped Menu (availble here )
MyClothesshop (available here )


Link is Broken. Please fix.
 
Status
Not open for further replies.
Top