20.10.2012, 10:56
Here's My timer Code
Here's Is My Open Gate Command
And When I open! it doesnt Close.. Please Help!
Код:
forward GateClosep();
public GateClosep()
{
MoveObject(gate1,-1620.00000000,743.09997559,-6.19999981,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! Closing In 4 Seconds");
SetTimer("GateClose", 4000, false);
}

