Doesn't recognize? :S
#1

that's my code:
pawn Код:
#include "a_samp"
#define RECORDING "Santa"
#define RECORDING_TYPE 2
#include <a_npc>
main(){}
public OnRecordingPlaybackEnd() StartRecordingPlayback(RECORDING_TYPE, RECORDING);
public OnNPCSpawn() StartRecordingPlayback(RECORDING_TYPE, RECORDING);
my errors:

pawn Код:
C:\Documents and Settings\wumpyc\Desktop\samp03dsvr_R2_win32\filterscripts\santa.pwn(6) : warning 235: public function lacks forward declaration (symbol "OnRecordingPlaybackEnd")
C:\Documents and Settings\wumpyc\Desktop\samp03dsvr_R2_win32\filterscripts\santa.pwn(6) : error 017: undefined symbol "StartRecordingPlayback"
C:\Documents and Settings\wumpyc\Desktop\samp03dsvr_R2_win32\filterscripts\santa.pwn(7) : warning 235: public function lacks forward declaration (symbol "OnNPCSpawn")
C:\Documents and Settings\wumpyc\Desktop\samp03dsvr_R2_win32\filterscripts\santa.pwn(7) : error 017: undefined symbol "StartRecordingPlayback"
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


2 Errors.
IDK whats wrong..i've got everything..0.3d...a_npc..idk what is wrong..help? XD
Reply
#2

solved
Reply
#3

remove

pawn Код:
#include "a_samp"
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)