28.05.2010, 13:07
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:
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 }