New problem
#1

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.
Reply
#2

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
Reply
#3

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.
Reply
#4

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

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.
Reply
#6

Can someone help me please ?
Reply
#7

Bump.
Reply
#8

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
Reply
#9

follow him
Reply
#10

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);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)