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
#2

Use your old topic, there's no need for the new one.
Reply
#3

http://forum.sa-mp.com/index.php?top...7810#msg897810

i answerd you.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)