small as penis but useful as pussy ^^ just trolling
Nice <3
Ye, could someone explain what it does? ;p
It checks if a tile is walkable.
What is it good for actually?![]()
Checking whether a tile is walkable.
can someone teach me how to install this on my server?
function isWalkable(cid, pos)
local closest = getClosestFreeTile(cid, pos)
return type(closest) == "table" and doComparePositions(closest, pos)
end
okay. and what if I want to make custom functions like this? my data folder doesnt even have a lib folder in it.
Your rev seems to be weird :S
But you can always paste the function inside the file where you want to use it![]()