Optimized the code a bit

This commit is contained in:
David
2019-08-07 15:22:45 +02:00
parent 70b56fb7c4
commit 3177493519
+1 -1
View File
@@ -63,7 +63,7 @@ Citizen.CreateThread(function()
if NetworkIsPlayerTalking(PlayerId()) then
drawLevel(41, 128, 185, 255)
elseif not NetworkIsPlayerTalking(PlayerId()) then
else
drawLevel(185, 185, 185, 255)
end
end