Zaloguj się by uzyskać pełen dostęp. Nie masz jeszcze konta? Założ je już teraz w kilka sekund.
GTAONLINE.PL
Tematy otagowane jako: arithmetic
1. attempt to perform arithmetic on a boolean value
witam mam taki b??d attempt to perform arithmetic on a boolean value
Kod:

setElementData(source,"player:money",getElementData(source,"player:money")+kwota)
2. attempt to perform arithmetic on local view a boolean value)

addEventHandler
("onClientRender",root,function ()
   if 
not isPedInVehicle(localPlayerthen return end
   local veh 
getPedOccupiedVehicle(localPlayer)
   
local sx,sy,sz getElementVelocity(veh)
   
local kmhs math.ceil(((sx^2+sy^2+sz^2)^(0.5))*155)
   if 
kmhs >= 10 then
   local view 
getElementData(veh,"viewki")
        
local view view 0.015
        
if view >= 200 then return end
        local viewki 
setElementData(veh,"viewki",view)
        
setElementData(veh,"vehicle:desc","Mapa : [ "..string.format("%01d",view).." MB ]")
    
end
end
)