26.05.2012, 01:13
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;
Line 156
I'm really confused because my line 156 is this;
Which has no relevance to Object_Meterial_Size etc.. ?
Line 406
On line 406 I have this code;
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;
404 line has this code;
Thanks for any help you can give. It's really appreciated.
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 017: undefined 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 017: undefined symbol "SELECT_OBJECT_PLAYER_OBJECT"
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
2 Errors.
I'm really confused because my line 156 is this;
PHP Code:
#define SERVER_INFO_******** "www.********.com/NextHypeGaming " // ******** Link
Line 406
On line 406 I have this code;
PHP Code:
#define MDC_ISSUE_SLOT 10120
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
PHP Code:
#define MDC_CREATE 10118