local tank = tonumber(getElementData(getPedOccupiedVehicle(gplayer),"Paliwo"))
if tank then
dxDrawImage(sx-400,sy-137,128,128,"images/tank.png",0,0,0,tocolor(255,255,255,200),true)
dxDrawImage(sx-400,sy-137,128,128,"images/nadel.png",tank+40, 0, 0, tocolor(255,255,255,255),true)
dxDrawImage(sx-400,sy-137,128,128,"images/cricle.png",0.0,0.0,0.0,tocolor(255,255,255,255),true) --shape
end
dxDrawImage(sx-265.0,sy-265.0,256.0,256.0,"images/cricle.png",0.0,0.0,0.0,tocolor(255,255,255,255),false) --shape
end
end
end