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] FREE Dig item in an area

FrostByteS

Gold Elite
Joined
May 30, 2021
Messages
682
Reaction score
53,570
Points
341
1.jpeg

Download:

Config:
Code:
Config = {}

Config.Locale = "en" --en, tw

-- The unit is milliseconds
Config.SpawnWaitMin = 10000
Config.SpawnWaitMax = 30000

Config.DigTime = 10000

Config.Digs = {
    {
        -- If you want to use random item please follow this example:
        -- digItem = {{"clam", 1, "蛤蠣"}, {"stone", 1, "石頭"}, ...},
       
        digItem = {{"clam", 1, "蛤蠣"}}, needTool = "shovel", toolLabel = "鏟子",
        x = -2165.57, y = -462.55, z = 2.38, areaRange = 9, maxSpawn = 15, markerColor = {255, 179, 102},
        breakToolPercent = 10, blips = true, blipName = "蛤蠣挖掘區"
    },
--[[
    {
        digItem = {{"rice", 1, "稻米"}}, needTool = "sickle", toolLabel = "鐮刀",
        x = 2604.84, y = 4440.52, z = 40.31, areaRange = 35, maxSpawn = 30, markerColor = {255, 140, 26},
        breakToolPercent = 10, blips = true, blipName = "稻米採集區"
    },
   
    {
        digItem = {{"watermelon", 1, "西瓜"}}, needTool = "sickle", toolLabel = "鐮刀",
        x = 2037.7, y = 4907.65, z = 41.86, areaRange = 35, maxSpawn = 30, markerColor = {0, 255, 0},
        breakToolPercent = 10, blips = true, blipName = "西瓜採集區"
    },
   
    {
        digItem = {{"cotton", 1, "棉花"}}, needTool = "gloves", toolLabel = "採集手套",
        x = 2235.42, y = 5077.58, z = 47.78, areaRange = 35, maxSpawn = 30, markerColor = {255, 255, 255},
        breakToolPercent = 10, blips = true, blipName = "棉花採集區"
    }  
]]--
}
:arrow_up:Change Logs:
 

vihtal

Bronze Elite
Joined
Jul 12, 2021
Messages
13
Reaction score
88
Points
231
bro you didnt even put up the version i made :( lolol
 

vihtal

Bronze Elite
Joined
Jul 12, 2021
Messages
13
Reaction score
88
Points
231
I didn't want your version at all loolololol
for making it better? lolol liked how you posted his year old script the day i made mine, looks like a mistake on your end :p
 
Top