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

PAID [FREE] QBCore Surfboard Script

C45PER_SRP

Silver Elite
Joined
May 2, 2023
Messages
15
Reaction score
14
Points
156
Location
UK

I havent managed to remove the sound from the surfboard. (Maybe someone can comment a way to do it) I have set the audiohash as null, set the fWaveAudioMult to 0 but still not removing the engine sound. I also havent remove the trunk storage. ITEMS PLACED IN THE TRUNK WILL BE DELETED ON DESPAWN OF THE SURFBOARD

If reuploading please give credit! Do whatever you want with the script but please give credit. Update it and sell it for all i care, just give credit (and give me a free copy if youre updating it :p )

I've seen other surfboard scripts but none with it as an item you can just use whenever you want. Hence why i made this.

**INSTALLATION**
remove the "-main" from the end of the folder name. (github adds it when creating a readme)
add the following to qb-core>shared>items.lua
**
["surfboard"] = {["name"] = "surfboard", ["label"] = "Surfboard", ["weight"] = 150, ["type"] = "item", ["image"] = "surfboard.png", ["unique"] = true, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Lets go surfing duuuude!"},
**
Add the image from the "img" folder to qb-inventory>html>images

To change location its all in the client.lua

Script made by C45PER @ Spective RP
Edit it however you want, its a free script, its yours to do with as you please.
All i ask is that if you update it an post it online please give credit.

**Surfboards are given for free to change this you just need to add the removemoney qbcore function to the surfboard:give event in server.lua**


 
Top