SA-MP Forums Archive
2 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: 2 Errors (/showthread.php?tid=453931)



2 Errors - KimSangBum - 27.07.2013

C:\Documents and Settings\Administrateur\Bureau\Raven's Roleplay 0.3c\pawno\include\streamer.inc(155) : error 017: undefined symbol "OBJECT_MATERIAL_SIZE_256x128"
C:\Documents and Settings\Administrateur\Bureau\Raven's Roleplay 0.3c\pawno\include\streamer.inc(313) : warning 235: public function lacks forward declaration (symbol "OnPlayerEditObject")
C:\Documents and Settings\Administrateur\Bureau\Raven's Roleplay 0.3c\pawno\include\streamer.inc(336) : warning 235: public function lacks forward declaration (symbol "OnPlayerSelectObject")
C:\Documents and Settings\Administrateur\Bureau\Raven's Roleplay 0.3c\pawno\include\streamer.inc(33 : error 017: undefined symbol "SELECT_OBJECT_PLAYER_OBJECT"
C:\Documents and Settings\Administrateur\Bureau\Raven's Roleplay 0.3c\gamemodes\larp.pwn(6450) : warning 209: function "Streamer_OnPlayerDisconnect" should return a value
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


2 Errors.


AW: 2 Errors - Forbidden - 27.07.2013

Simple:
Download the latest server files from www.sa-mp.com and copy the files from the Pawno in your current include folder.


Re: AW: 2 Errors - Red_Dragon. - 27.07.2013

Quote:
Originally Posted by Forbidden
Посмотреть сообщение
Simple:
Download the latest server files from www.sa-mp.com and copy the files from the Pawno in your current include folder.
Wrong. Streamer isn't implemented by default in the SA:MP server package. You have to download the latest streamer plugin and include and re-compile.


Re: AW: 2 Errors - MP2 - 27.07.2013

Quote:
Originally Posted by Red_Dragon.
Посмотреть сообщение
Wrong. Streamer isn't implemented by default in the SA:MP server package. You have to download the latest streamer plugin and include and re-compile.
It has nothing to do with the streamer. The SA-MP includes are the problem here.