Search the Community
Showing results for tags 'dayz '.
-
No entiendo los boolean de aqui que está pasando con estas funciones????... -------------------------------- function aliento () if getElementData(getLocalPlayer(), "blood") <= 5000 and not getElementData(getLocalPlayer(), "isDead") == true then ------ attempt to comparare boolean with number ---Error aqui--- local Zx,Zy,Zz = getElementPosition( ped ) local randnum = math.random(1,5) local sound = playSound("sounds/aliento"..randnum..".ogg", Zx, Zy, Zz, false) setSoundMaxDistance(sound, 20) end end setTimer(aliento, 10000, 0) function suspenso () if