Como solucionar estos errores
#1

Tengo los siguientes errores:



\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.
Reply
#2

la forma de solucionar los errores es corrigiendo los errores.
saludos.
Reply
#3

Quote:
Originally Posted by OTACON
Посмотреть сообщение
la forma de solucionar los errores es corrigiendo los errores.
saludos.
Vale no sabia ya esta todo listo. Muchas gracias.

No enserio, їcomo lo hago?
Reply
#4

actualiza el include:
-streamer.inc
-audio.inc
Reply
#5

Quote:
Originally Posted by NullBot
Посмотреть сообщение
actualiza el include:
-streamer.inc
-audio.inc
Creo tenerlos actualizados. їMe pasas tu los links? por favor.

Yo tengo este del Streamer https://sampforum.blast.hk/showthread.php?tid=102865
Reply
#6

Revivo
Reply
#7

їTienes algo justo arriba del #include <streamer>?
Reply
#8

Tengo esto:

#pragma tabsize 0
/// INCLUDES
#include <a_samp>
#include <a_http>
#include <streamer>
#include <audio>
#include <fader>
#include <foreach>
#include <sscanf2>
Reply
#9

error 075: input line too long (after substitutions) - > Tienes que acortar la lнnea porque es demasiada larga, utiliza "\" para separarla en lнneas diferentes.

\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

Para estos, busca el include que contenga estos atributos.


error 017: undefined symbol "CreateDynamicObject" - > Utiliza el buscador... Actualiza: https://sampforum.blast.hk/showthread.php?tid=102865
Reply
#10

Quote:
Originally Posted by Yerro
Посмотреть сообщение
error 075: input line too long (after substitutions) - > Tienes que acortar la lнnea porque es demasiada larga, utiliza "\" para separarla en lнneas diferentes.

\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

Para estos, busca el include que contenga estos atributos.


error 017: undefined symbol "CreateDynamicObject" - > Utiliza el buscador... Actualiza: https://sampforum.blast.hk/showthread.php?tid=102865
Ya tengo ese pero no pasa nada.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)