30.05.2011, 12:23
Hello,
Im new in NPC things and i try learning from Wiki but there is something wrong...
i get this:
Im new in NPC things and i try learning from Wiki but there is something wrong...
pawn Код:
if (strcmp("/recordmyself", cmdtext, true, 10) == 0)
{
StartRecordingPlayback(PLAYER_RECORDING_TYPE_DRIVER,NPC);
return 1;
}
Код:
C:\Users\Raul\Downloads\Intelexe's\samp03csvr_win32\filterscripts\CNPC.pwn(118) : error 017: undefined symbol "StartRecordingPlayback" Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Error.