Follow along with the video below to see how to install our site as a web app on your home screen.
Notka: This feature may not be available in some browsers.
lastclean = 0
focus = 0
talk_start = 0
target = 0
following = false
attacking = false
function onThingMove(creature, thing, oldpos, oldstackpos)
end
function onCreatureAppear(creature)
end
function onCreatureDisappear(cid, pos)
end
function onCreatureTurn(creature)
end
function onCreatureSay(cid, type, msg)
end
function onCreatureChangeOutfit(creature)
end
function onThink()
if lastclean == 0 then
lastclean = os.time()
end
if os.difftime(os.time(), lastclean) >= (4*1*60) then
selfSay(''Tekst')
')
lastclean = os.time()
end
end
<npc name="Ogloszenie" script="data/npc/scripts/ogloszenie.lua" access="5" lookdir="3" autowalk="1">
<health now="1" max="1"/>
<look type="128" head="20" body="100" legs="50" feet="99" addons"3" />
</npc>
| Notka moderatorska: |
| OT Expert +2 |