05.09.2009, 03:32
Hi, i made a NPC that walks around a little area here's the code:
I have this error:
i think every callback a_npc have doesn't work on this FS?
Or does the NPC really needs to just drive a stupid car but can't walk?
Code:
#include <a_samp> #include <a_npc> public OnFilterScriptInit() { ConnectNPC("Guy","ShinderNPC"); return 1; } public OnRecordingPlaybackEnd() StartRecordingPlayback(2, ShinderNPC);
Code:
C:\Documents and Settings\Administrator\Desktop\ETC\GTA SA Stuff\sampserver0.3\filterscripts\NPCs.pwn(10) : warning 235: public function lacks forward declaration (symbol "OnRecordingPlaybackEnd") C:\Documents and Settings\Administrator\Desktop\ETC\GTA SA Stuff\sampserver0.3\filterscripts\NPCs.pwn(10) : error 017: undefined symbol "StartRecordingPlayback"
Or does the NPC really needs to just drive a stupid car but can't walk?