Como solucionar estos errores -
Axl1999 - 21.11.2015
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.
Respuesta: Como solucionar estos errores -
OTACON - 21.11.2015
la forma de solucionar los errores es corrigiendo los errores.
saludos.
Respuesta: Como solucionar estos errores -
Axl1999 - 21.11.2015
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?
Re: Como solucionar estos errores -
NullBot - 21.11.2015
actualiza el include:
-streamer.inc
-audio.inc
Respuesta: Re: Como solucionar estos errores -
Axl1999 - 21.11.2015
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
Respuesta: Como solucionar estos errores -
Axl1999 - 22.11.2015
Revivo
Respuesta: Como solucionar estos errores -
bm0z - 22.11.2015
їTienes algo justo arriba del #include <streamer>?
Respuesta: Como solucionar estos errores -
Axl1999 - 22.11.2015
Tengo esto:
#pragma tabsize 0
/// INCLUDES
#include <a_samp>
#include <a_http>
#include <streamer>
#include <audio>
#include <fader>
#include <foreach>
#include <sscanf2>
Respuesta: Como solucionar estos errores -
Yerro - 22.11.2015
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
Respuesta: Como solucionar estos errores -
Axl1999 - 23.11.2015
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.