Gate Doesnot Close!
#1

Here's My timer Code

Код:
forward GateClosep();
public GateClosep()
{
	MoveObject(gate1,-1620.00000000,743.09997559,-6.19999981,2);
}
Here's Is My Open Gate Command

Код:
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! Closing In 4 Seconds");
	    SetTimer("GateClose", 4000, false);
	
	}
And When I open! it doesnt Close.. Please Help!
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)