setElementData(source, "player:organization", nazwa)
setElementData(source, "user:orgrank", 99)
exports["ogrpg-db"]:dbSet("INSERT INTO ogrpg_organizations SET code=?, uid=?, rank=?", "?", getElementData(source, "player:uid"), "99")
exports["ogrpg-db"]:dbSet("INSERT INTO ogrpg_organization_list SET id=?, name=?", "?", nazwa)
exports["1"]:outputNotificationBox (source, "#00cc00Za?o?y?e? organizacj? o nazwie #00cccc"..nazwa.." #00cc00koszt #00cccc100000 #00cc00PLN!")
end)