i tried adding objects to global-objects.cfg, but nothing. heres what i used.
Quote:
object = 411 2897 3530 0 -1 10
Printable View
i tried adding objects to global-objects.cfg, but nothing. heres what i used.
Quote:
object = 411 2897 3530 0 -1 10
Use objectManager.java.
Open it and find:
Under it should appear something like c.getPA() bla bla.. Format is:Code:private int[][] customObjects = {{}};
Hope it works.Code:c.getPA().checkObjectSpawn(ID, X, Y, FACE, 10); //face -2= South -1= East 1= north 2=West
thanks, rep+Quote:
Originally Posted by iMario [Only registered and activated users can see links. Click Here To Register...]