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.
TFS 0.4 Block Spells
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...