Przerobi ktoś aby, po tworzeniu tego TP, dodawalo mu actionid: 130?
Kod Lua:
- local createpos = {x=1001,y=1001,z=7}
- local topos = {x=960,y=1555,z=7}
- local timetoclose = 1
- function onTimer(time)
- doCreateTeleport(1387, topos, createpos)
- doBroadcastMessage("[Przetrwanie] Event zostal otwarty!\n Bedzie otwarty przez: "..timetoclose.." minute.",21)
- return true
- end