Gate Issue
#1

I've got a problem with my gates.. they arent moving at all...
Код:
if(!strcmp(cmdtext, "/hqopen",true))
	{
		MoveObject(ColiesGate, -197.42, 1203.58, 13.06,2.0);
		SendClientMessage(playerid, COLOR_RED, "<!>Colies gate is now open!");
		return 1;
	}
	if(!strcmp(cmdtext, "/hqclose",true))
	{
		MoveObject(ColiesGate, -197.42, 1203.58, 22.29,2.0);
		SendClientMessage(playerid, COLOR_RED, "<!>Colies gate is now closed!");
		return 1;
	}
ColiesGate = CreateDynamicObject(971, -197.42, 1203.58, 22.29, 0.00, 0.00, 0.00);
Reply


Messages In This Thread
Gate Issue - by Squirrel - 02.01.2013, 20:47
Re : Gate Issue - by [HRD]Mar1 - 02.01.2013, 20:53
Re: Gate Issue - by aslan890 - 02.01.2013, 20:55
Re: Gate Issue - by Squirrel - 02.01.2013, 21:04
Re: Gate Issue - by Threshold - 02.01.2013, 21:18

Forum Jump:


Users browsing this thread: 1 Guest(s)