vocations.xml
)Is it solved? or you marked it as solved by mistake?
If not solved post your VIP script, Home town ID and Promotion ids (vocations.xml
)
function onStepIn(cid, item, pos)
-- teleports config
teleport1 ={x=160, y=51, z=7}
if isPlayer(cid) then
if item.actionid == 13540 then
vip = getPlayerStorageValue(cid,13540)
if vip == -1 then
doPlayerSendCancel(cid,"Esta área é exclusiva para players Vips.Para Adquirir vip compre por 5kk !buyvip")
doTeleportThing(cid,teleport1)
else
end
end
end
end
Map
-> Edit towns
and check for number.MaxNorthwest = {x=xxx, y=xxx, z=xxx}
MaxSouthEast = {x=xxx, y=xxx, z=xxx}