Gate Doesnot Close!
#2

Код:
	if (strcmp("/opg", cmdtext, true, 10) == 0)
	
	{
	    MoveObject(gate1, -1620.30004883,752.29998779,-6.19999981, 2);
	    SendClientMessage(playerid, COLOR_GREEN, "Police Base Gate Is Opened! ");
	    SetTimer("GateClose", 4000, false);
	
}
 	if (strcmp("/cpg", cmdtext, true, 10) == 0)
	{
		MoveObject(gate1,-1620.00000000,743.09997559,-6.19999981,2);
	    SendClientMessage(playerid, COLOR_GREEN, "Police Base Gate Is Closed!");
		return 1;
	}
It Works Fine With This Command. Anyone?
Reply


Messages In This Thread
Gate Doesnot Close! - by MrReBzz - 20.10.2012, 10:56
Re: Gate Doesnot Close! - by MrReBzz - 22.10.2012, 16:42
Re : Gate Doesnot Close! - by KryptosGuy - 22.10.2012, 16:49

Forum Jump:


Users browsing this thread: 1 Guest(s)