29.09.2010, 02:41
I have a couple gates that can open and close using the same command, but i was wondering how you create a gate that opens by using a command and closes automaticly.
SetTimer("closegate", 10000, 0); // 10000 opens it for 10 seconds
public closegate()
{
MoveObject(object,1273.041992,-1270.346191,11.955486, 3.00);
return 1;
}