Weird mapping problem
#4

Ok. We use loads of objects.

One problem we had (I think it's similar) is a gamemode that had loads of objects in Los Santos for a deathmatch mode, then we loaded our main racing script but still found the deathmatch objects remained.

Could possibly try forcing the objects to destroy OnGameModeExit().

Код:
public OnGameModeExit()
{
  DestroyAllDynamicObjects();
  return 1;
}
Reply


Messages In This Thread
Weird mapping problem - by playbox12 - 04.05.2010, 09:38
Re: Weird mapping problem - by Rac3r - 04.05.2010, 09:39
Re: Weird mapping problem - by playbox12 - 04.05.2010, 09:43
Re: Weird mapping problem - by Rac3r - 04.05.2010, 09:50
Re: Weird mapping problem - by playbox12 - 04.05.2010, 11:29
Re: Weird mapping problem - by legodude - 04.05.2010, 12:28
Re: Weird mapping problem - by playbox12 - 04.05.2010, 12:48

Forum Jump:


Users browsing this thread: 1 Guest(s)