20.05.2017, 21:33
I have just scripted an NPC script and got the following errors:
I have included <a_npc> after <a_samp>.
The loading of a_npc isn't just happening after a_samp is loaded.
Regards!
pawn Код:
error 017: undefined symbol "StartRecordingPlayback"
error 017: undefined symbol "StopRecordingPlayback"
error 017: undefined symbol "StartRecordingPlayback"
pawn Код:
#include <a_samp>
#include <a_npc>
Regards!