How come the function StartRecordingPlayback is undefined for me?
#1

I've got this code in a gamemode

Код:
public OnNPCEnterVehicle(vehicleid, seatid)
{
  StartRecordingPlayback(PLAYER_RECORDING_TYPE_DRIVER,"train1");
}
And I get this error + warning

Код:
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.
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?

Reply


Messages In This Thread
How come the function StartRecordingPlayback is undefined for me? - by Celson - 06.01.2010, 12:16
Re: How come the function StartRecordingPlayback is undefined for me? - by Correlli - 06.01.2010, 12:18

Forum Jump:


Users browsing this thread: 1 Guest(s)