TGDev
March 24, 2022, 3:37pm
1
Showcase : Youtube
Download : Github
If you want big guns to appear behind you:
local playerPed = PlayerPedId()
local currentWeapon = GetSelectedPedWeapon(playerPed)
exports[‘weaponholster’]:SilahAs(currentWeapon)
Paste them under your own inventory weapon use event.
8 Likes
can you upload it on github? and nice Script
1 Like
can you put a large weapon in your pocket at any time?is it possible to get weapons from any car or only from your own?
TGDev
March 24, 2022, 4:39pm
6
I fixed it. download again
TGDev
March 24, 2022, 4:44pm
8
Yes you can put it in, but to remove it again requires the use of trunk and it can be used in any car.
I have another problem, he pulls out the gun like a cop and puts it behind while being a cop and even bugs while not being a cop
1 Like
Hey, I have a little question. Is it possible to have the long guns on your back?
1 Like
it does 2 animations in 1
TGDev
March 24, 2022, 5:02pm
12
Use This
local playerPed = PlayerPedId()
local currentWeapon = GetSelectedPedWeapon(playerPed)
exports[‘weaponholster’]:SilahAs(currentWeapon)
If you are using an inventory, you can add it under the weapon use event.
1 Like
TGDev
March 24, 2022, 5:13pm
13
It works fine for me. Make sure no other script is triggering this
thank you so much for the great script <3
thanks for the release. But as I understand it, this resource is no different from the old ones (except for animations). These resources have the same problem: you can put a large weapon in your pocket at any time, you can get a large weapon from any nearby car
1 Like
I have this error when I disconnect and reconnect and the animation does not work anymore
TGDev
March 24, 2022, 10:05pm
17
I updated client.lua again 1 hours ago. Can you download and try again?