Quantcast
Channel: OTLand
Viewing all articles
Browse latest Browse all 32031

TFS 0.4 Block Spells

$
0
0
Hi otlanders,

I'm using the script below, but I would like to put more places with block, but this place only exists 1 place.

Lua:
local pos = {
              minx = 19197,
              maxx = 19268,
              miny = 17468,
              maxy = 17530
}
              
function onSay(cid, words, param, channel)
    if getThingPos(cid).x >= pos.minx and getThingPos(cid).x <= pos.maxx and getThingPos(cid).y >= pos.miny and getThingPos(cid).y <= pos.maxy then...
TFS 0.4 Block Spells

Viewing all articles
Browse latest Browse all 32031

Trending Articles