06.01.2010, 12:16
I've got this code in a gamemode
And I get this error + warning
I know the function exists cause I got the code from this page https://sampwiki.blast.hk/wiki/NPC:StartRecordingPlayback
Anybody know what's going on?
Код:
public OnNPCEnterVehicle(vehicleid, seatid) { StartRecordingPlayback(PLAYER_RECORDING_TYPE_DRIVER,"train1"); }
Код:
C:\samp03asvr_win32\gamemodes\fastfood.pwn(221) : warning 235: public function lacks forward declaration (symbol "OnNPCEnterVehicle") C:\samp03asvr_win32\gamemodes\fastfood.pwn(223) : error 017: undefined symbol "StartRecordingPlayback" Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Error.
Anybody know what's going on?