Compiling Errors - 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: Compiling Errors (
/showthread.php?tid=454707)
Compiling Errors -
Lawless - 30.07.2013
Howdy,
I'm completely unknown with the world of scripting so yeah. I downloaded the SAMP server and then I downloaded the gamemode, I pasted all the necessary things into the SAMP server's folder but when I try to edit something in Pawno, I receive these errors:
Код:
C:\Users\CW\Desktop\SAMP Server\pawno\include\streamer.inc(375) : warning 235: public function lacks forward declaration (symbol "OnPlayerEditObject")
C:\Users\CW\Desktop\SAMP Server\pawno\include\streamer.inc(397) : warning 235: public function lacks forward declaration (symbol "OnPlayerSelectObject")
C:\Users\CW\Desktop\SAMP Server\pawno\include\streamer.inc(399) : error 017: undefined symbol "SELECT_OBJECT_PLAYER_OBJECT"
C:\Users\CW\Desktop\SAMP Server\gamemodes\GM.pwn(3545) : error 017: undefined symbol "GetPointZPos"
C:\Users\CW\Desktop\SAMP Server\gamemodes\GM.pwn(3830) : warning 203: symbol is never used: "ret_memcpy"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
2 Errors.
Your help will be greatly appreciated!
Regards,
Lawless
Re: Compiling Errors -
PrinceKumar - 30.07.2013
Can you show ur pawn codes to understand the main problem .
AW: Compiling Errors -
BigETI - 30.07.2013
Please re-download the SA:MP server package at
http://www.sa-mp.com/download.php, put the downloaded script into the "gamemodes" directory, run Pawno from the new server package, and re-compile the game mode.
Re: Compiling Errors -
Lawless - 30.07.2013
The compile errors have been resolved but somehow it is not detecting the gamemode.
Re: Compiling Errors -
PrinceKumar - 30.07.2013
These errors reason is streamer and something mistake in cmd line .
Re: Compiling Errors -
Red_Dragon. - 30.07.2013
Quote:
Originally Posted by Lawless
The compile errors have been resolved but somehow it is not detecting the gamemode.
|
What do you mean by 'somehow' it doesn't detect? Please specify.