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

Solved vipcheck script error help please

magdy capone

Tibia-Egypt.com
Joined
Jan 12, 2014
Messages
34
Reaction score
0
hello
i use tfs 0.4
and i use this script but when i join the server get this error and i can't join to server
Error :
p29h9PJc.png

script :
{lua}
function onLogin(cid)
if getPlayerVipDays(cid) >= 1 then
doPlayerSendTextMessage(cid, 19, "You have ".. getPlayerVipDays(cid) .." vip days left.")
end
return true
end
{/lua}
Sorry For My English
:):)
 
Back
Top