Nightstick

Hey, how would I make it so the nightstick dont do any damage?

I tried with the damage multiplier but it does not seems to work for the nightstick

1 Like

Stream the weapons xml file and modify it to do no damage??

Doesnt work you have to do it with damage.meta but idk what type of meta file to stream that as

No idea. Was just taking a wild guess because we streamed a non lethal shotgun on the server and it worked fine.

stream the weapons meta and adjust the damage there check out this mod for this example https://www.gta5-mods.com/weapons/caprice-s-beanbag-and-taser 31

in the resource use this mounter WEAPON_METADATA_FILE and it should work and u can edit the other weapons in the .meta file
Hope it worked, havn’t tested it myself yet.

The damage of the nightstick is not streamed thru that file there is a separate damages.meta for it. Just dont know which type of file to stream that as

did you find it?

Hello Antonand03 you can find this script!

where can i find?

I figured out how to reduce or remove weapon damage even from bazooka or smokes, with this code.

Citizen.CreateThread(function()
while true do
N_0x4757f00bc6323cfe(GetHashKey(“WEAPON_GRENADE”), 0.0)
Wait(0)
end
end)

can u send a complete resource of it? bc im noob in this XD

Create a client.lua put it ! and __resource with

resource_manifest_version ‘44febabe-d386-4d18-afbe-5e627f4af937’

client_script {
“client.lua”
}

Can it be done to only knock down the enemy?

1 Like

Anyone got the nighstick stream so it looks nicer? Cant seem to find it.

1 Like