SetTimer problem
#1

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); 
}
Reply


Messages In This Thread
SetTimer problem - by hardstop - 02.02.2010, 16:49
Re: SetTimer problem - by Correlli - 02.02.2010, 17:05
Re: SetTimer problem - by shady91 - 02.02.2010, 17:06

Forum Jump:


Users browsing this thread: 1 Guest(s)