19.12.2010, 06:05
Just remove this from the npcfile
I tried other ways to load an npc without a recording, for example using RECORDING_TYPE_NONE, but that caused problems for me. It might work for you though.
pawn Код:
public OnNPCspawn()
{
StartRecordingPlayback ( RECORDING_TYPE, FILE );
}