Scripting Problem - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Scripting Problem (
/showthread.php?tid=400089)
Scripting Problem -
DJTunes - 16.12.2012
I have added all the includes but for some reason it won't compile and it says this:
Quote:
C:\Users\Zach\Desktop\SA-MP SERVER\pawno\include\streamer.inc(375) : warning 235: public function lacks forward declaration (symbol "OnPlayerEditObject")
C:\Users\Zach\Desktop\SA-MP SERVER\pawno\include\streamer.inc(397) : warning 235: public function lacks forward declaration (symbol "OnPlayerSelectObject")
C:\Users\Zach\Desktop\SA-MP SERVER\pawno\include\streamer.inc(399) : error 017: undefined symbol "SELECT_OBJECT_PLAYER_OBJECT"
C:\Users\Zach\Downloads\MWFFA.pwn(2603) : warning 235: public function lacks forward declaration (symbol "OnPlayerTakeDamage")
C:\Users\Zach\Downloads\MWFFA.pwn(260 : warning 235: public function lacks forward declaration (symbol "OnPlayerGiveDamage")
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
|
Screenie:
http://prntscr.com/mdwxq
I don't get what it means, on line 399 this is what's on it:
AddStaticVehicleEx(487,-6.80000019,-79.59999847,6.30000019,63.99536133,-1,-1,15); //Maverick
Re: Scripting Problem -
DJTunes - 16.12.2012
Nevermind I fixed.