addCommandHandler("dom",function(plr,cmd)
if exports['dutyadmin']:getAdmin(plr,3) then
local x,y,z = getElementPosition(plr)
local stringe = ("INSERT INTO lss_domy (descr,i,vwe,drzwi,punkt_wyjscia,interiorid,koszt,active) VALUES ('%s',%s,%s,'%s','%s',%s,%s,%s)"):format("Dom", 0,0,("%.2f,%.2f,%.2f"):format(x,y,z),("%.2f,%.2f,%.2f"):format(x,y,z),4,500000,1)
exports["ogrpg-db"]:dbSet(stringe)
end
end)