mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-31 10:18:54 +00:00
Check IsControlJustReleased() every frame
This commit is contained in:
+1
-1
@@ -946,7 +946,7 @@ end)
|
||||
Citizen.CreateThread(function()
|
||||
while true do
|
||||
|
||||
Citizen.Wait(10)
|
||||
Citizen.Wait(0)
|
||||
|
||||
if CurrentAction ~= nil then
|
||||
|
||||
|
||||
+1
-1
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user