23.04.2010, 18:46
Make sure you have recording name in the 'NPC MiniScript', same to the recording in the recordings folder. Make sure that the server doesn't requires a login, or else it will get kicked after spawning without entering the password, add this in the top of some callbacks which you think are holding back your NOC:
pawn Код:
if(IsPlayerNPC(playerid)) return 1;