[HELP] My weird running Gamemode.
#2

You cannot control NPCs from your gamemode. Providing you're not calling any of the NPC natives however, I don't think this would be the cause.

It sounds to me like there is a memory overflow. For example:

Код:
new array[20];

for(new i = 0; i != 22; i++)
{
  array[i] = 542;  // This would fuckup on the 20th+ iterate
}
Reply


Messages In This Thread
[HELP] My weird running Gamemode. - by DJ-CJ89 - 28.05.2010, 09:40
Re: [HELP] My weird running Gamemode. - by Jay_ - 28.05.2010, 13:07
Re: [HELP] My weird running Gamemode. - by sjvt - 28.05.2010, 13:41
Re: [HELP] My weird running Gamemode. - by Calgon - 28.05.2010, 13:45

Forum Jump:


Users browsing this thread: 1 Guest(s)