Update xPlayer name

This commit is contained in:
ElPumpo
2020-01-15 11:03:16 +01:00
parent c94f6c45cd
commit 10665aff53
3 changed files with 65 additions and 38 deletions
+4 -1
View File
@@ -97,6 +97,8 @@ end)
Citizen.CreateThread(function()
while true do
Citizen.Wait(0)
if guiEnabled then
DisableControlAction(0, 1, true) -- LookLeftRight
DisableControlAction(0, 2, true) -- LookUpDown
@@ -117,8 +119,9 @@ Citizen.CreateThread(function()
DisableControlAction(0, 143, true) -- disable melee
DisableControlAction(0, 75, true) -- disable exit vehicle
DisableControlAction(27, 75, true) -- disable exit vehicle
else
Citizen.Wait(500)
end
Citizen.Wait(10)
end
end)