I have two 017 errors (undefined symbol)
#1

Hi there.

I'm new with Pawno so I have no clue what to do here.

I updated my streamer plugins to the newest ones. Once I go to my GameMode to compile it I get two errors;

PHP Code:
C:\Users\Aaron\Desktop\New folder (2)\pawno\include\streamer.inc(156) : error 017undefined symbol "OBJECT_MATERIAL_SIZE_256x128"
C:\Users\Aaron\Desktop\New folder (2)\pawno\include\streamer.inc(382) : warning 235: public function lacks forward declaration (symbol "OnPlayerEditObject")
C:\Users\Aaron\Desktop\New folder (2)\pawno\include\streamer.inc(404) : warning 235: public function lacks forward declaration (symbol "OnPlayerSelectObject")
C:\Users\Aaron\Desktop\New folder (2)\pawno\include\streamer.inc(406) : error 017undefined symbol "SELECT_OBJECT_PLAYER_OBJECT"
Pawn compiler 3.2.3664              Copyright (c1997-2006ITB CompuPhase
2 Errors

Line 156
I'm really confused because my line 156 is this;

PHP Code:
#define SERVER_INFO_******** "www.********.com/NextHypeGaming " // ******** Link 
Which has no relevance to Object_Meterial_Size etc.. ?

Line 406

On line 406 I have this code;
PHP Code:
#define MDC_ISSUE_SLOT  10120 
That's the only two errors. You don't need to help me with the warnings, but of course, that would be nice.



Warnings


Line 382 is blank. It has no code on it at all. I will show you the code above and below;

PHP Code:
(380#define TRUCKERJOB 10033
(381)    #define PIZZAJOB 10034
(382)
(
383)    //MDC
(384)    #define MDC_START_ID    10098
(385)    #define MDC_MAIN        10099 
404 line has this code;
PHP Code:
#define MDC_CREATE      10118 
Thanks for any help you can give. It's really appreciated.
Reply
#2

The error lines are not from your game mode. They are from the plugin streamer.

How to fix:
Download the SAMP 0.3e Windows server files again. Download Icognito's Streamer again. Extract them in new folders. Copy , streamer.inc to Pawno>Include. And streamer.dll and streamer.so to plugins folder.

Try then!
Reply
#3

I just noticed after the post that it will be in the .inc file. I feel stupid now haha.
I will try this and get back to you. Thanks for the help dude
Reply
#4

I have the same errors, anyone know how to fix them?
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)