• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

free bless

jailsonmendes

New Member
Joined
Apr 10, 2019
Messages
8
Reaction score
0
tfs 0.3.6

if getPlayerLevel(cid) < 50 then
for i = 1, 5 do
if not getPlayerBlessings(i) then
addPlayerBlessings(i)
end
end
end


erro :

[25/04/2019 12:12:38] [Error - CreatureScript Interface]
[25/04/2019 12:12:38] data/creaturescripts/scripts/login.lua:onLogin
[25/04/2019 12:12:38] Description:
[25/04/2019 12:12:38] data/creaturescripts/scripts/login.lua:77: attempt to call global 'getPlayerBlessings' (a nil value)
[25/04/2019 12:12:38] stack traceback:
[25/04/2019 12:12:38] data/creaturescripts/scripts/login.lua:77: in function <data/creaturescripts/scripts/login.lua:6>
 
Back
Top