1
[Codigo] necesecito ayuda con sistem premium y vip el Jue Jul 30, 2020 10:04 pm
AmonGod

Miembro

Tibiaface | Una comunidad Open Tibia donde encontras : mapas, scripts, Otserver, npc y amigos etc ...
[Tienes que estar registrado y conectado para ver este vínculo] escribió:la tabla esta ejecutada y el error continua!! que hace ese scrip? porque la vip me esta funcionando bien...!!! solo ese error en consola vipdays.lua por la linea 14
[Tienes que estar registrado y conectado para ver este vínculo] escribió:amigo mio le quite lo que me dijiste y me da otro error le quito lo que me dice la consola y me da otro y así sucesivamente... no sera que no es compatible con mi versión? soy: 0.4.0
function onSay(cid, words, param)
if vip.hasVip(cid) == TRUE then
doPlayerPopupFYI(cid, "Your vip end in "..os.date("%d %B %Y %X ",vip.getVip(cid)))
else
if vip.getVip(cid) ~= 0 then
doPlayerPopupFYI(cid, "You're not a vip player. Your vip has finished in "..os.date("%d %B %Y %X ", vip.getVip(cid)).." and now is "..os.date("%d %B %Y %X ", os.time()))
else
doPlayerPopupFYI(cid, "You're not a vip player. You naver has a vip.")
end
end
return TRUE
end
function onSay(cid, words, param)
if vip.hasVip(cid) == TRUE then
doPlayerPopupFYI(cid, "Your vip end in "..os.date("%d %B %Y %X ",vip.getVip(cid)))
else
if vip.getVip(cid) ~= 0 then
doPlayerPopupFYI(cid, "Youre not a vip player. Your vip has finished in "..os.date("%d %B %Y %X ", vip.getVip(cid)).." and now is "..os.date("%d %B %Y %X ", os.time()))
else
doPlayerPopupFYI(cid, "Youre not a vip player. You naver has a vip.")
end
end
return TRUE
end
function onSay(cid, words, param)
if vip.hasVip(cid) == TRUE then
doPlayerSendTextMessage(cid, 22, "Your vip end in "..os.date("%d %B %Y %X ",vip.getVip(cid)))
else
if vip.getVip(cid) ~= 0 then
doPlayerSendTextMessage(cid, 22, "You're not a vip player. Your vip has finished in "..os.date("%d %B %Y %X ", vip.getVip(cid)).." and now is "..os.date("%d %B %Y %X ", os.time()))
else
doPlayerSendTextMessage(cid, 22, "You're not a vip player. You naver has a vip.")
end
end
return TRUE
end
<talkaction words="!vipdays" event="script" value="vipdays.lua" />
tema resuelto |
TibiaFace » Descargas de Otserv y Ayuda » Pedidos de Scripts » [Codigo] necesecito ayuda con sistem premium y vip
Permisos de este foro:
No puedes responder a temas en este foro.
|
|