• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

jak to polaczyc

redbull915

I learn...
Joined
Oct 10, 2008
Messages
235
Reaction score
0
Location
Poland/Radom
pytanie w temacie laczenia lua z baza do Bounty-Hunter
databes lua z 0.3.2 wczytuje noramlanie hunt ale juz nie chce czytac shop
Lua:
function db.getResult(query)
	if(type(query) ~= 'string') then
		return nil
	end

	local res = Result:new()
	res:setID(db.storeQuery(query))
	return res
end
a datebase.lua z 0.3.4pl2 nie czyta huntow ale juz czyta za to shopa
Lua:
function db.getResult(query)
	if(type(query) ~= 'string') then
		return nil
	end

	local ret = Result:new()
	ret:create(query)
	return ret
end
i tu pytanie czy da sie to poloczyc w jednom czalosc lub bym prosil jakas sugestie jak zrobic ze by to chodzilo wszystko jak nalerzy
 
Back
Top