SA-MP Forums Archive
How to fix these errors - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: How to fix these errors (/showthread.php?tid=594729)



How to fix these errors - Axl1999 - 22.11.2015

I have the following errors:



\pawno\include\streamer.inc(0) : error 075: input line too long (after substitutions)
\pawno\include\streamer.inc(3) : error 075: input line too long (after substitutions)
\pawno\include\streamer.inc(12) : error 075: input line too long (after substitutions)
\pawno\include\streamer.inc(17) : error 075: input line too long (after substitutions)
\pawno\include\streamer.inc(23) : error 075: input line too long (after substitutions)
\pawno\include\audio.inc(0) : error 075: input line too long (after substitutions)
\pawno\include\audio.inc(3) : error 075: input line too long (after substitutions)
\pawno\include\fader.inc(216) : error 004: function "OnPlayerScreenFade" is not implemented
\pawno\include\fader.inc(241) : error 004: function "OnPlayerFadeFlashed" is not implemented
\pawno\include\fader.inc(251) : error 004: function "OnPlayerScreenFade" is not implemented
\pawno\include\fader.inc(279) : error 004: function "OnPlayerScreenColorFade" is not implemented
\gamemodes\Roleplay.pwn(5144) : error 017: undefined symbol "Streamer_TickRate"
\gamemodes\Roleplay.pwn(28491) : error 017: undefined symbol "Streamer_UpdateEx"
\gamemodes\Roleplay.pwn(47916) : error 017: undefined symbol "CreateDynamicObject"
\gamemodes\Roleplay.pwn(47917) : error 017: undefined symbol "CreateDynamicObject"
\gamemodes\Roleplay.pwn(4791 : error 017: undefined symbol "CreateDynamicObject"
\gamemodes\Roleplay.pwn(47919) : error 017: undefined symbol "CreateDynamicObject"
\gamemodes\Roleplay.pwn(47920) : error 017: undefined symbol "CreateDynamicObject"
\gamemodes\Roleplay.pwn(47921) : error 017: undefined symbol "CreateDynamicObject"
\gamemodes\Roleplay.pwn(47922) : error 017: undefined symbol "CreateDynamicObject"
\gamemodes\Roleplay.pwn(47923) : error 017: undefined symbol "CreateDynamicObject"
\gamemodes\Roleplay.pwn(47924) : error 017: undefined symbol "CreateDynamicObject"
\gamemodes\Roleplay.pwn(47925) : error 017: undefined symbol "CreateDynamicObject"
\gamemodes\Roleplay.pwn(47926) : error 017: undefined symbol "CreateDynamicObject"
\gamemodes\Roleplay.pwn(47927) : error 017: undefined symbol "CreateDynamicObject"
\gamemodes\Roleplay.pwn(4792 : error 017: undefined symbol "CreateDynamicObject"


26 Errors.


Re: How to fix these errors - Yashas - 22.11.2015

The compiler isn't intelligent enough to find missing { }, ( ). You have probably misplaced some { } or ( ),etc or you have some weird code at the wrong place. For example,

Код:
GetPlayerPos(playerid, x,y,z);t //that t there will cause such errors



Respuesta: How to fix these errors - Axl1999 - 22.11.2015

I do not understand well. Would I you explain a little more? please.


Re: How to fix these errors - AbyssMorgan - 22.11.2015

Send me your streamer.inc


Respuesta: How to fix these errors - Axl1999 - 22.11.2015

http://www.mediafire.com/download/s6...1/streamer.inc


Re: How to fix these errors - AbyssMorgan - 22.11.2015

Doesn't matter.

Probably you lost somewhere { }


Respuesta: How to fix these errors - Axl1999 - 22.11.2015

Can I have the audio and streamer? .Since Mine may be wrong (I guess)