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.
Na czerwono zaznaczy?em text jaki ma by? napisany a na zielono pozycje gdzie ma by?local config = {
positions = {
["Area Premium"] = { x = 1112, y = 1209, z = 7 },
["Teleports"] = { x = 1019, y = 1025, z = 7 },
["Trainers"] = { x = 1117, y = 1214, z = 7 }
}
}
function onThink(cid, interval, lastExecution)
for text, pos in pairs(config.positions) do
doSendAnimatedText(pos, text, math.random(1, 255))
end
return TRUE
end
Wszystko powinno dzia?a?<globalevent name="animatedtext" interval="2" script="napisy.lua"/>