Check IsControlJustReleased() every frame

This commit is contained in:
ElPumpo
2018-12-30 21:55:41 +01:00
parent afb81fc22a
commit bfc3929136
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -946,7 +946,7 @@ end)
Citizen.CreateThread(function()
while true do
Citizen.Wait(10)
Citizen.Wait(0)
if CurrentAction ~= nil then
+1 -1
View File
@@ -1,7 +1,7 @@
Locales['en'] = {
['have_withdrawn'] = 'you have withdrawn ~y~x%s~s~ ~b~%s~s~',
['have_deposited'] = 'you have deposited ~y~x%s~s~ ~b~%s~s~',
['free_prop'] = 'free property',
['free_prop'] = 'property For Sale',
['property'] = 'property',
['enter'] = 'enter',
['leave'] = 'sell',