I don't know what it really is nd what size it is when i load area so i made pathfinder think its 11x11.
Loft if you could add second res with resname of object that sing presents it would be great

- Code: Select all
public void getAllSignResnames(){
Gob g = findClosestWorldObject("/sign");
System.out.println("all resnames of sign");
if(g!=null)
for( String x: g.resnames())
System.out.println(x);
}
- Code: Select all
all resnames of sign
gfx/arch/sign
second thing is rally poin system that will rape ppl with high ping.
i want to be able to send whole arraylist of points to server