17.12.2011, 13:02
Code:
C:\Users\AztecasGamerzzz\Desktop\Sa-Mp Servers\NE-RP v3.2\scriptfiles\mynpc.pwn(6) : error 017: undefined symbol "NpcPlayback" Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Error.
C:\Users\AztecasGamerzzz\Desktop\Sa-Mp Servers\NE-RP v3.2\scriptfiles\mynpc.pwn(6) : error 017: undefined symbol "NpcPlayback" Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Error.
#define NpcPlayback
#include <a_npc>
#define NPC NpcPlayback
NextPlayBack()
{
StartRecordingPlayback(PLAYER_RECORDING_TYPE_DRIVER,NPC);
}
public OnRecordingPlaybackEnd()
{
NextPlayBack();
}
public OnNPCSpawn()
{
NextPlayBack();
}
public OnNPCExitVehicle()
{
StopRecordingPlayback();
}
C:\Users\AztecasGamerzzz\Desktop\Sa-Mp Servers\NE-RP v3.2\scriptfiles\mynpc.pwn(6) : error 017: undefined symbol "NPC" Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Error.
public NextPlayBack()
#define RECORDING "mynpc" //This is the filename of your recording without the extension.
StartRecordingPlayback(PLAYER_RECORDING_TYPE_DRIVER, RECORDING);