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



>>>>>>>>>>>>>>>>>I need help <<<<<<<<<<<<<<<<<<<<<<<<<<< - Eugene. - 13.07.2012

I get now this problem after I changed the last version of 0.3e Streamer. Can someone help me out ? Thanks.

Code:
C:\Documents and Settings\*\Desktop\Redwood\pawno\include\streamer.inc(155) : error 017: undefined symbol "OBJECT_MATERIAL_SIZE_256x128"
C:\Documents and Settings\*\Desktop\Redwood\pawno\include\streamer.inc(381) : warning 235: public function lacks forward declaration (symbol "OnPlayerEditObject")
C:\Documents and Settings\*\Desktop\Redwood\pawno\include\streamer.inc(403) : warning 235: public function lacks forward declaration (symbol "OnPlayerSelectObject")
C:\Documents and Settings\*\Desktop\Redwood\pawno\include\streamer.inc(405) : error 017: undefined symbol "SELECT_OBJECT_PLAYER_OBJECT"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


2 Errors.



Re: New problem - [MM]RoXoR[FS] - 13.07.2012

You also need to change your SAMP to 0.3e

Here is the link to download. http://files.sa-mp.com/samp03e_svr_win32.zip


Re : New problem - Eugene. - 13.07.2012

Is it already 0.3e. The thing is I get this errors and I saw multiple persons have them too but nobody post any answers how they fix it.


Re: New problem - [MM]RoXoR[FS] - 13.07.2012

You need your server to have SAMP 0.3e includes for it to work.
Replace your includes with this. include.rar


Re : Re: New problem - Eugene. - 13.07.2012

Quote:
Originally Posted by [MM]RoXoR[FS]
View Post
You need your server to have SAMP 0.3e includes for it to work.
Replace your includes with this. Attachment 4103
My friend. I did already replace everything. I got this errors after I replaced with the last version of 0.3e Streamer Includes.


Re : New problem - Eugene. - 13.07.2012

Can someone help me please ?


Re : New problem - Eugene. - 13.07.2012

Bump.


Re: New problem - Devilxz97 - 13.07.2012

pawn Code:
error 017: undefined symbol "OBJECT_MATERIAL_SIZE_256x128"
try this , open your streamer include and add this
pawn Code:
#define OBJECT_MATERIAL_SIZE_256x128



Re: New problem - TRe. - 13.07.2012

follow him


Re : New problem - Eugene. - 13.07.2012

New one :

Code:
C:\Documents and Settings\Denuta Cesar\Desktop\Redwood\pawno\include\streamer.inc(156) : error 029: invalid expression, assumed zero
C:\Documents and Settings\Denuta Cesar\Desktop\Redwood\pawno\include\streamer.inc(156) : error 008: must be a constant expression; assumed zero
C:\Documents and Settings\Denuta Cesar\Desktop\Redwood\pawno\include\streamer.inc(156) : error 001: expected token: ";", but found "const"
C:\Documents and Settings\Denuta Cesar\Desktop\Redwood\pawno\include\streamer.inc(156) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


4 Errors.
Line 156 in Include

Code:
native SetDynamicObjectMaterialText(objectid, materialindex, const text[], materialsize = OBJECT_MATERIAL_SIZE_256x128, const fontface[] = "Arial", fontsize = 24, bold = 1, fontcolor = 0xFFFFFFFF, backcolor = 0, textalignment = 0);