• 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!

rebirth system for 8.1

JorgeXxD

New Member
Joined
Jun 16, 2010
Messages
25
Reaction score
0
hello any1 can help me plz?

i want a rebirth system for b-fox 6.8 (8.1)

i use:
Code:
function onSay(cid, words, param)    
if getPlayerVocation(cid) == 1 then
if getPlayerLevel >= 300 then
db.executeQuery("UPDATE players SET level = 8, experience = 4200, vocation = 1 WHERE name ='"..name.."';")
else
doPlayerSendCancel(cid, "You need lvl 300 to rebirt!")
doSendMagicEffect(getCreaturePosition(cid), 2)
end
end
end

but send this error:
Code:
attempt to index global 'db' <a nil value>

need HELP PLEASE! :(
 
Back
Top