12.12.2011, 02:12
This helped me soo much thanks!
C:\Documents and Settings\House\Desktop\SAMP\filterscripts\npcc.pwn(53) : error 017: undefined symbol "ShowPlayerDialog" C:\Documents and Settings\House\Desktop\SAMP\filterscripts\npcc.pwn(70) : error 017: undefined symbol "ShowPlayerDialog" C:\Documents and Settings\House\Desktop\SAMP\filterscripts\npcc.pwn(71) : error 017: undefined symbol "StopRecordingPlayerData" C:\Documents and Settings\House\Desktop\SAMP\filterscripts\npcc.pwn(79) : warning 235: public function lacks forward declaration (symbol "OnDialogResponse") C:\Documents and Settings\House\Desktop\SAMP\filterscripts\npcc.pwn(87) : error 017: undefined symbol "ShowPlayerDialog" C:\Documents and Settings\House\Desktop\SAMP\filterscripts\npcc.pwn(102) : error 017: undefined symbol "ShowPlayerDialog" C:\Documents and Settings\House\Desktop\SAMP\filterscripts\npcc.pwn(106) : error 017: undefined symbol "ShowPlayerDialog" C:\Documents and Settings\House\Desktop\SAMP\filterscripts\npcc.pwn(123) : error 017: undefined symbol "ShowPlayerDialog" C:\Documents and Settings\House\Desktop\SAMP\filterscripts\npcc.pwn(128) : error 017: undefined symbol "ShowPlayerDialog" C:\Documents and Settings\House\Desktop\SAMP\filterscripts\npcc.pwn(151) : error 017: undefined symbol "ShowPlayerDialog" C:\Documents and Settings\House\Desktop\SAMP\filterscripts\npcc.pwn(156) : error 017: undefined symbol "ShowPlayerDialog" C:\Documents and Settings\House\Desktop\SAMP\filterscripts\npcc.pwn(180) : error 017: undefined symbol "ShowPlayerDialog" C:\Documents and Settings\House\Desktop\SAMP\filterscripts\npcc.pwn(203) : error 017: undefined symbol "ShowPlayerDialog" C:\Documents and Settings\House\Desktop\SAMP\filterscripts\npcc.pwn(220) : error 017: undefined symbol "ShowPlayerDialog" C:\Documents and Settings\House\Desktop\SAMP\filterscripts\npcc.pwn(234) : error 017: undefined symbol "StartRecordingPlayerData" C:\Documents and Settings\House\Desktop\SAMP\filterscripts\npcc.pwn(252) : error 017: undefined symbol "ShowPlayerDialog" C:\Documents and Settings\House\Desktop\SAMP\filterscripts\npcc.pwn(272) : error 017: undefined symbol "StartRecordingPlayerData" Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 16 Errors.
error 017: undefined symbol "NpcPlayback" |
#include <a_npc> #define NPC NpcPlayback NextPlayBack() { StartRecordingPlayback(PLAYER_RECORDING_TYPE_DRIVE R,NPC); } public OnRecordingPlaybackEnd() { NextPlayBack(); } public OnNPCSpawn() { NextPlayBack(); } public OnNPCExitVehicle() { StopRecordingPlayback(); } |