24.10.2010, 19:51
Ahn, in you /Command Insert this:
SetTimer("CloseGates", 5000, 0);
Out of Comand this:
forward GatesClose();
public GatesClose()
{
MoveObject / /
MoveObject / /
return 1;
}
SetTimer("CloseGates", 5000, 0);
Out of Comand this:
forward GatesClose();
public GatesClose()
{
MoveObject / /
MoveObject / /
return 1;
}