ed
This commit is contained in:
parent
2fd4906414
commit
9d4f625a84
962 changed files with 36 additions and 36 deletions
6
resources/[weapons]/[Scripts]/mh_Criticalshot/client.lua
Normal file
6
resources/[weapons]/[Scripts]/mh_Criticalshot/client.lua
Normal file
|
@ -0,0 +1,6 @@
|
|||
Citizen.CreateThread(function()
|
||||
while true do
|
||||
Citizen.Wait(0)
|
||||
SetPedSuffersCriticalHits(playerPedId(), false)
|
||||
end
|
||||
end)
|
|
@ -0,0 +1,9 @@
|
|||
fx_version 'cerulean'
|
||||
|
||||
game 'gta5'
|
||||
|
||||
author 'Mîhó'
|
||||
description 'Deaktiviert Headshots'
|
||||
version '1.0.0'
|
||||
|
||||
client_script 'client.lua'
|
Loading…
Add table
Add a link
Reference in a new issue