1. The victim must have her hands up.
2. The thief must have a gun in his hand, in order to steal.
3. When the thief has a gun in his hand and the victim hands up, the thief must press “ctrl + E” and the process will follow only as shown in the video.
4. Victims will not be able to move for 15 seconds “shock state”, so that the thief can steal and flee.
5. If the thief does not leave within 15 seconds, the victim can defend himself.
6. Remember, everything above is on the role.
A community stole our work over half a year of programming, the community is called DoblevidaRP, which is why we will be throwing things in the course of days.
The inventory is called “Esx_Inventoryhud” the script was loosely deleted by the creator for personal reasons, only people who were able to download it before they were to have the inventory, currently it is forbidden to publish it.
The inventory design is its own, for the same theme that the owner said I can’t publish it.
Es una linea que nos olvidamos sacar cuando terminamos de hacer las pruebas.
Igual ahi subi las versiones de mythic notific and ProgressBar que uso por si las quieres descargar.
El progreesBar lo debes iniciar antes del script.
Citizen.CreateThread(function()
local dict = "missminuteman_1ig_2"
RequestAnimDict(dict)
while not HasAnimDictLoaded(dict) do
Citizen.Wait(100)
end
local handsup = false
local ped = GetPlayerPed(-1)
while true do
Citizen.Wait(0)
if not IsPedInAnyVehicle(ped, true) and IsControlJustPressed(1, 20) then --Start holding X
if not handsup then
TaskPlayAnim(GetPlayerPed(-1), dict, "handsup_enter", 8.0, 8.0, -1, 50, 0, false, false, false)
handsup = true
else
handsup = false
ClearPedTasks(GetPlayerPed(-1))
end
end
end
end)
That happens because you have an earlier version of mithyc_notifi I have to customize notifications for that, as well as the bar because I use mithyc_progressbar, if you like, I share you
there I enclose the versions that I use if they wish they can use them and if they cannot adapt it in their own way, it is easy even if it has nothing complicated to adapt.