Kashub's Code Barn - "Q"

podświetlone jako caddcl (dodał(a) R @ 2023-02-26 20:02:05)

Twoja wyszukiwarka
Podświetl ten kod w:
Ostatnio dodane:
Losowe wpisy:
local positions = {
    Position(33862, 30999, 8)
}
 
function onThink(interval, lastExecution)
    local item
    for i = 1, #positions do
        item = Tile(positions[i]):getThing(1)
        if item and isInArray({1945, 1946}, item.itemid) then
            item:transform(item.itemid == 1945 and 1946 or 1945)
            if item.itemid == 1946 then
                Game.loadMap('data/world/inundate/inundate.otbm')
            else
                Game.unloadMap('data/world/inundate/inundate.otbm')
            end
        end
    end
 
    return true
end
 
| Foteliki samochodowe | | Opony letnie | | Kamery IP sklep | | Skracacz linków | | Blog o książkach | | Przenieś bloga z onetu | | Załóż za darmo bloga | | Skracacz adresów | | Gnieżdżewo | | Pionowe opisy |