
loiromal
Membro
-
Registro em
-
Última visita
Histórico de Curtidas
-
loiromal deu reputação a Kimoszin em [Resolvido] [Pedido] Talkaction [Importante]\data\talkactions\scripts\tpcity.lua
function onSay(cid, words, param) local config = { toPos = {x=0, y=0, z=0}, -- Para aonde sera teleportado storage = 121214, -- Storage da ViP msgOK = "Seja Bem Vindo a sua ilha!", msgError = "Desculpe, mais você nao possui VIP ACCOUNT", } if param == "city" then if getPlayerStorageValue(cid, config.storage) == 1 then doTeleportThing(cid, config.toPos) doPlayerSendCancel(cid, config.msgOK) else doPlayerSendCancel(cid, config.msgError) end end return true end \data\talkactions\talactions.xml <talkaction words="!tp" event="script" value="tpcity.lua"/>