SA-MP Forums Archive
Include updating 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: Include updating problem (/showthread.php?tid=345427)



Include updating problem - Strafe - 25.05.2012

Hey everyone,

I'm new to scripting in general so this may be a noobish question, but I started to update my plugins to .3e or w/e there latest releases are, and I went to update Sscanf, a_mysql, and streamer.

Sscanf was perfectly fine, and I had no problems recompiling my gamemode with the newest release.

When I downloaded the newest version or both a_mysql and streamer.inc

When i searched the errors people were saying that this was due to out of date plugins, but now I'm getting the error because I'm updating it, it's really frustrating especially to a noob with no idea what to do.

I got the following errors:

Streamer:
"C:\Users\Drew\Desktop\pawno\include\streamer.inc( 156) : error 017: undefined symbol "OBJECT_MATERIAL_SIZE_256x128"
C:\Users\Drew\Desktop\pawno\include\streamer.inc(3 82) : warning 235: public function lacks forward declaration (symbol "OnPlayerEditObject")
C:\Users\Drew\Desktop\pawno\include\streamer.inc(4 04) : warning 235: public function lacks forward declaration (symbol "OnPlayerSelectObject")
C:\Users\Drew\Desktop\pawno\include\streamer.inc(4 06) : error 017: undefined symbol "SELECT_OBJECT_PLAYER_OBJECT"


Re: Include updating problem - [MM]18240[FMB] - 20.09.2012

You cannot compile an include. Your problem is you save the file as streamer.inc, and save it to root/pawno/includes
I repeat, YOU CANNOT COMPILE AN INCLUDE. You probably fixed it by now, but in case someone needs this, thought I would help.