Createobject
#3

Quote:
Originally Posted by [HiC
TheKiller ]
Just do this

pawn Код:
new Object[2];

public OnGameModeInit()
{
  Object[0] = CreateObject(....);
  Object[1] = CreateObject(....);
  SetTimer("ReloadObjects", 10000, true);
  //And so on
  return 1;
}

forward ReloadObjects();
public ReloadObjects()
{
  DestroyObject(Object[0]);
  Object[0] = CreateObject(....);
  DestroyObject(Object[0]);
  Object[1] = CreateObject(....);
  return 1;
}
Or get a object streamer.
Thank you for your help.
Reply


Messages In This Thread
Createobject - by ihatetn931 - 28.02.2010, 01:43
Re: Createobject - by [HiC]TheKiller - 28.02.2010, 02:10
Re: Createobject - by ihatetn931 - 28.02.2010, 02:18

Forum Jump:


Users browsing this thread: 2 Guest(s)