24.04.2011, 12:26 
	
	
	Quote:
| its nice, but cant you make it so that you can just enter a new X,Y,Z position instead of an offset ? | 
Input:
Код:
CreateObject(0, 0, 0, 0, 0, 0, 0, 0); CreateObject(0, 10, 10, 10, 0, 0, 0, 0);
Код:
CreateObject(0, 5, 0, 0, 0, 0, 0, 0); CreateObject(0, 5, 10, 10, 0, 0, 0, 0);



