LucasFerraz
Systems Analyst
How to make it work?
1. Will it work? Will it show that: "You have to go to Carlin Depot to participate"?
2. TP appears in tpto with aid
1. Will it work? Will it show that: "You have to go to Carlin Depot to participate"?
LUA:
place = Carlin Depot
doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, 'You have to go to" .. place .. "to participate')
LUA:
local tp = doCreateTeleport(1387, tpto)
doItemSetAttribute(tp, "aid", actiontp)
Last edited: