Gtoken

You might also like

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

for _, tile in pairs(GetTiles()) do

if tile.fg==12440 or tile.bg==12440 then


pkt = {}
pkt.type = 3
pkt.value = 18
pkt.px = tile.x
pkt.py = tile.y
pkt.x = tile.x*32
pkt.y = tile.y*32
SendPacketRaw(false,pkt)
break
end
end

You might also like