Search the Community
Showing results for tags 'Finger'.
-
Hi can someone of the PRO resource creators make a Finger-Point script using the "[email protected]_point" ? i need it for my RP server. I have also a script from FiveM that you can translate or use it for the resource. Thanks , That's the FiveM script : local mp_pointing = false local keyPressed = false local function startPointing() local ped = GetPlayerPed(-1) RequestAnimDict("[email protected]_point") while not HasAnimDictLoaded("[email protected]_point") do Wait(0) end SetPedCurrentWeaponVisible(ped, 0, 1, 1, 1) SetPedConfigFlag(ped, 36, 1) Citizen.InvokeNative(