06.02.2009, 16:06 
	
	
	
		Is gates = CreateObject(980, 1316.275757, -2725.842773, 15.349422, 0.0000, 0.0000, 326.2500); In the object part?
Use this also
	
	
	
	
Use this also
Quote:
| if(strcmp(cmdtext, "/opengate", true) == 0) { MoveObject(gates,1316.275757, -2725.842773, 15.349422); return 1; } if(strcmp(cmdtext, "/closegate", true) == 0) { MoveObject(gates,1316.275757, -2725.842773, 15.349422, 2.00); return 1; } | 


