SA-MP Forums Archive
MoveObject Dosent work. - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: MoveObject Dosent work. (/showthread.php?tid=303477)



MoveObject Dosent work. - Compton - 13.12.2011

Hello, well im trying to make a moving gate, I made alot of these in past, and actually now did the similar thing, but the gate just wont move down, I took the proper coordinates and stuff, and when I type the command IG nothing happends.

Код:
if(strcmp(cmd, "/mog", true) == 0)
	{
	MoveObject(Vari1,1282.1334,-614.6684,92.2307,2.00);
	return 1;
	}
Could someone help?

-thx