Fixed broken code

This commit is contained in:
ElPumpo
2018-04-25 21:15:11 +02:00
parent 1d0489b043
commit d2059ed13e
2 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -99,7 +99,7 @@ AddEventHandler('esx_holdup:starttimer', function()
Citizen.Wait(0)
if holdingup then
drawTxt(0.66, 1.44, 1.0,1.0,0.4, _U('robbery_timer', timer), 255, 255, 255, 255)
elseif
else
Citizen.Wait(1000)
end
end