Errors
#1

Hello,
I found an old edit of NGRP on my computer and was trying to see if it was a good edit, and when i tried compiling it, i got these errors. Please help me:
Код:
C:\Users\PC\Desktop\Gaming\Everything for gta samp\Next Generation Roleplay\pawno\include\streamer.inc(155) : error 017: undefined symbol "OBJECT_MATERIAL_SIZE_256x128"
C:\Users\PC\Desktop\Gaming\Everything for gta samp\Next Generation Roleplay\pawno\include\streamer.inc(375) : warning 235: public function lacks forward declaration (symbol "OnPlayerEditObject")
C:\Users\PC\Desktop\Gaming\Everything for gta samp\Next Generation Roleplay\pawno\include\streamer.inc(397) : warning 235: public function lacks forward declaration (symbol "OnPlayerSelectObject")
C:\Users\PC\Desktop\Gaming\Everything for gta samp\Next Generation Roleplay\pawno\include\streamer.inc(399) : error 017: undefined symbol "SELECT_OBJECT_PLAYER_OBJECT"
C:\Users\PC\Desktop\Gaming\Everything for gta samp\Next Generation Roleplay\gamemodes\NGRP_nomysql.pwn(526) : warning 201: redefinition of constant/macro (symbol "COLOR_ORANGE")
C:\Users\PC\Desktop\Gaming\Everything for gta samp\Next Generation Roleplay\gamemodes\NGRP_nomysql.pwn(537) : warning 201: redefinition of constant/macro (symbol "COLOR_LIGHTRED")
C:\Users\PC\Desktop\Gaming\Everything for gta samp\Next Generation Roleplay\gamemodes\NGRP_nomysql.pwn(539) : warning 201: redefinition of constant/macro (symbol "COLOR_LIGHTGREEN")
C:\Users\PC\Desktop\Gaming\Everything for gta samp\Next Generation Roleplay\gamemodes\NGRP_nomysql.pwn(549) : warning 201: redefinition of constant/macro (symbol "COLOR_PURPLE")
C:\Users\PC\Desktop\Gaming\Everything for gta samp\Next Generation Roleplay\gamemodes\NGRP_nomysql.pwn(553) : warning 201: redefinition of constant/macro (symbol "COLOR_BLACK")
C:\Users\PC\Desktop\Gaming\Everything for gta samp\Next Generation Roleplay\gamemodes\NGRP_nomysql.pwn(18553) : warning 217: loose indentation
C:\Users\PC\Desktop\Gaming\Everything for gta samp\Next Generation Roleplay\gamemodes\NGRP_nomysql.pwn(18554) : warning 217: loose indentation
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


2 Errors.
Reply
#2

Can somebody explain what Ralfie is trying to say in the first part please?
Reply
#3

Quote:
Originally Posted by TheKillZone
Посмотреть сообщение
Can somebody explain what Ralfie is trying to say in the first part please?
He's saying that the streamer plugin was updated in 0.3e so you must not have properly updated the plugin
Reply
#4

Quote:
Originally Posted by K9IsGodly
Посмотреть сообщение
He's saying that the streamer plugin was updated in 0.3e so you must not have properly updated the plugin
Aight ill check that, thank you
Reply
#5

When i updated the streamer plugin and include, i tried recompiling and now there is an extra error added to those 2.. so now 3 errors:
Код:
C:\Users\PC\Desktop\Gaming\Everything for gta samp\Next Generation Roleplay\pawno\include\streamer.inc(166) : error 017: undefined symbol "OBJECT_MATERIAL_SIZE_256x128"
C:\Users\PC\Desktop\Gaming\Everything for gta samp\Next Generation Roleplay\pawno\include\streamer.inc(341) : warning 235: public function lacks forward declaration (symbol "OnPlayerEditObject")
C:\Users\PC\Desktop\Gaming\Everything for gta samp\Next Generation Roleplay\pawno\include\streamer.inc(364) : warning 235: public function lacks forward declaration (symbol "OnPlayerSelectObject")
C:\Users\PC\Desktop\Gaming\Everything for gta samp\Next Generation Roleplay\pawno\include\streamer.inc(366) : error 017: undefined symbol "SELECT_OBJECT_PLAYER_OBJECT"
C:\Users\PC\Desktop\Gaming\Everything for gta samp\Next Generation Roleplay\pawno\include\streamer.inc(487) : warning 235: public function lacks forward declaration (symbol "OnPlayerWeaponShot")
C:\Users\PC\Desktop\Gaming\Everything for gta samp\Next Generation Roleplay\pawno\include\streamer.inc(489) : error 017: undefined symbol "BULLET_HIT_TYPE_PLAYER_OBJECT"
C:\Users\PC\Desktop\Gaming\Everything for gta samp\Next Generation Roleplay\gamemodes\NGRP_nomysql.pwn(18547) : warning 217: loose indentation
C:\Users\PC\Desktop\Gaming\Everything for gta samp\Next Generation Roleplay\gamemodes\NGRP_nomysql.pwn(18548) : warning 217: loose indentation
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


3 Errors.
Please help me with that
Reply
#6

I even tried this with another script, it has the latest streamer plugin and include and the same errors come up:
Код:
C:\Users\PC\Desktop\Gaming\Everything for gta samp\samp03csvr_win32\gamemodes\LSCRP.pwn(42077) : warning 208: function with tag result used before definition, forcing reparse
C:\Users\PC\Desktop\Gaming\Everything for gta samp\samp03csvr_win32\pawno\include\streamer.inc(166) : error 017: undefined symbol "OBJECT_MATERIAL_SIZE_256x128"
C:\Users\PC\Desktop\Gaming\Everything for gta samp\samp03csvr_win32\pawno\include\streamer.inc(341) : warning 235: public function lacks forward declaration (symbol "OnPlayerEditObject")
C:\Users\PC\Desktop\Gaming\Everything for gta samp\samp03csvr_win32\pawno\include\streamer.inc(364) : warning 235: public function lacks forward declaration (symbol "OnPlayerSelectObject")
C:\Users\PC\Desktop\Gaming\Everything for gta samp\samp03csvr_win32\pawno\include\streamer.inc(366) : error 017: undefined symbol "SELECT_OBJECT_PLAYER_OBJECT"
C:\Users\PC\Desktop\Gaming\Everything for gta samp\samp03csvr_win32\pawno\include\streamer.inc(487) : warning 235: public function lacks forward declaration (symbol "OnPlayerWeaponShot")
C:\Users\PC\Desktop\Gaming\Everything for gta samp\samp03csvr_win32\pawno\include\streamer.inc(489) : error 017: undefined symbol "BULLET_HIT_TYPE_PLAYER_OBJECT"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


3 Errors.
Do i have to add some lines or something? If yes, what and where pleaseee.
PLEASE help me! + rep
Reply
#7

get the latest plugin+include file from here
https://github.com/samp-incognito/sa...ses/tag/v2.7.2
downlaod them place them in there respective places and then re-compile the script
NOTE: REPLACE YOUR INCLUDE FILE WITH INCLUDE FILE IN DOWNLOAD
Reply
#8

Quote:
Originally Posted by BroZeus
Посмотреть сообщение
get the latest plugin+include file from here
https://github.com/samp-incognito/sa...ses/tag/v2.7.2
downlaod them place them in there respective places and then re-compile the script
NOTE: REPLACE YOUR INCLUDE FILE WITH INCLUDE FILE IN DOWNLOAD
Dude i did that already... this keeps coming up and that's what's annoying me.... I tried that 4 times already, ame download.... still nothing.
Reply
#9

I just did it again and the same thing happens, those 3 errors.... So annoying
Reply
#10

Do you have another version of streamer with the include that i can maybe try?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)