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.
You need your server to have SAMP 0.3e includes for it to work.
Replace your includes with this. Attachment 4103 |
error 017: undefined symbol "OBJECT_MATERIAL_SIZE_256x128"
#define OBJECT_MATERIAL_SIZE_256x128
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.
native SetDynamicObjectMaterialText(objectid, materialindex, const text[], materialsize = OBJECT_MATERIAL_SIZE_256x128, const fontface[] = "Arial", fontsize = 24, bold = 1, fontcolor = 0xFFFFFFFF, backcolor = 0, textalignment = 0);