NPC help
#1

I have just scripted an NPC script and got the following errors:

pawn Код:
error 017: undefined symbol "StartRecordingPlayback"
error 017: undefined symbol "StopRecordingPlayback"
error 017: undefined symbol "StartRecordingPlayback"
I have included <a_npc> after <a_samp>.
pawn Код:
#include <a_samp>
#include <a_npc>
The loading of a_npc isn't just happening after a_samp is loaded.

Regards!
Reply
#2

Have you got the latest includes?
Reply
#3

I will try replacing them with latest ones. Thanks


EDIT: I have replaced all my includes with latest version. The error still persists.
Reply
#4

Is not possible to include a_samp.inc and a_npc.inc in the same time.

a_samp.inc - filterscripts / gamemodes
a_npc.inc - npcmodes
Reply
#5

Quote:
Originally Posted by AbyssMorgan
Посмотреть сообщение
Is not possible to include a_samp.inc and a_npc.inc in the same time.

a_samp.inc - filterscripts / gamemodes
a_npc.inc - npcmodes
Then can you please tell me how I can add an NPC command in OnPlayerConnect or OnFilterScriptInit or OnPlayerUpdate?
Reply
#6

Ok I got it, Thanks. But now,



Any Idea why?
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)