Hello azt szeretném kérdezni hogy lehetne azt megoldani hogy ha a jobb index villog akkor a bal kapcsoljon ki és ez viszont is.
dxDrawImage(sx - 290, sy - 191, 283, 191,\"bal_index_off.png\",0.0,0.0,0.0,tocolor(255,255,255,255),true, alap)
if(getElementData(vehicle, \"i:left\") and getElementData(vehicle, \"i:left\") == true) then
if getTickCount() % 1000 < 500 then
dxDrawImage(sx - 290, sy - 191, 283, 191,\"bal_index_on.png\",0.0,0.0,0.0,tocolor(255,255,255,255),true, alap)
end
end
dxDrawImage(sx - 290, sy - 191, 283, 191,\"jobb_index_off.png\",0.0,0.0,0.0,tocolor(255,255,255,255),true, alap)
if(getElementData(vehicle, \"i:right\") and getElementData(vehicle, \"i:right\") == true) then
if getTickCount() % 1000 < 500 then
dxDrawImage(sx - 290, sy - 191, 283, 191,\"jobb_index_on.png\",0.0,0.0,0.0,tocolor(255,255,255,255),true, alap)
end
end