Upgrading - 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: Upgrading (
/showthread.php?tid=361115)
Upgrading -
Tass007 - 20.07.2012
Hello, i have the satdm script of v9 and i've edited it and im trying to host it but the host doesn't like having a lower verison of the streamer plugin so i was wondering if anyone new how to fix these errors in putting in the 0.3e streamer into a 0.3d script.
pawn Код:
C:\Users\Administrator\Desktop\All Folders\Scripting\_Paradise\pawno\include\streamer.inc(156) : error 017: undefined symbol "OBJECT_MATERIAL_SIZE_256x128"
C:\Users\Administrator\Desktop\All Folders\Scripting\_Paradise\pawno\include\streamer.inc(382) : warning 235: public function lacks forward declaration (symbol "OnPlayerEditObject")
C:\Users\Administrator\Desktop\All Folders\Scripting\_Paradise\pawno\include\streamer.inc(404) : warning 235: public function lacks forward declaration (symbol "OnPlayerSelectObject")
C:\Users\Administrator\Desktop\All Folders\Scripting\_Paradise\pawno\include\streamer.inc(406) : error 017: undefined symbol "SELECT_OBJECT_PLAYER_OBJECT"
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
2 Errors.
Person that helps with get REP +1
Re: Upgrading -
Kindred - 20.07.2012
You forgot to download the 0.3e default includes, such as a_samp.
Simply download the windows package (or linux, doesn't matter) and drag the includes from it into the serverdirectory/pawno/includes folder.
Re: Upgrading -
Tass007 - 20.07.2012
Ah...thanks blond moment :P