Doesn't recognize? :S - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Doesn't recognize? :S (
/showthread.php?tid=305190)
Doesn't recognize? :S -
wumpyc - 21.12.2011
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
Re: Doesn't recognize? :S -
wumpyc - 21.12.2011
solved
Re: Doesn't recognize? :S -
kizla - 21.12.2011
remove