Need help with NPC!.
#1

Error:
Код HTML:
C:\Users\JACOLA03\Desktop\war thunder\scriptfiles\mynpc.pwn(6) : error 017: undefined symbol "NpcPlayback"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.
Lines:
Код HTML:
#include <a_npc>
#define NPC NpcPlayback

NextPlayBack()
{
	StartRecordingPlayback(PLAYER_RECORDING_TYPE_DRIVER,NPC);
}

public OnRecordingPlaybackEnd()
{
	NextPlayBack();
}
public OnNPCSpawn()
{
	NextPlayBack();
}
public OnNPCExitVehicle()
{
	StopRecordingPlayback();
}
Reply


Messages In This Thread
Need help with NPC!. - by JackieJ - 05.03.2014, 16:04
Re: Need help with NPC!. - by XK - 05.03.2014, 16:09
Re: Need help with NPC!. - by JackieJ - 05.03.2014, 16:12
Re: Need help with NPC!. - by XK - 05.03.2014, 16:16
Re: Need help with NPC!. - by JackieJ - 05.03.2014, 16:21
Re: Need help with NPC!. - by Konstantinos - 05.03.2014, 16:23
Re: Need help with NPC!. - by JackieJ - 05.03.2014, 16:26
Re: Need help with NPC!. - by XK - 05.03.2014, 16:27
Re: Need help with NPC!. - by XK - 05.03.2014, 16:34

Forum Jump:


Users browsing this thread: 1 Guest(s)