02.02.2010, 16:49
Heres My Code Problem: When i start the server It automatically Opens the gate i want to open gates random time when playing
Код:
forward Traders();
public OnGameModeInit( )
{
print("Starting timer...");
SetTimer("Traders",1000,false);
}
public Traders()
{
print("Traders doors are now open");
MoveObject(Trader1,1644.6403,-1717.2532,32.8169,1.5000);
}

