SA-MP Forums Archive
Ayuda streamer incognito - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Español/Spanish (https://sampforum.blast.hk/forumdisplay.php?fid=29)
+---- Thread: Ayuda streamer incognito (/showthread.php?tid=164761)



Ayuda streamer incognito - ConecCionMex - 01.08.2010

Como souliciono estos errores qe me salen e??


pawn Код:
C:\Users\Net@7\Documents\Archivos Pwn\pawno\include\Streamer.inc(268) : error 017: undefined symbol "IsPlayerNPC"
C:\Users\Net@7\Documents\Archivos Pwn\pawno\include\Streamer.inc(292) : error 017: undefined symbol "IsPlayerNPC"
C:\Users\Net@7\Documents\Archivos Pwn\pawno\include\Streamer.inc(428) : warning 202: number of arguments does not match definition
C:\Users\Net@7\Documents\Archivos Pwn\pawno\include\Streamer.inc(429) : error 017: undefined symbol "CreatePlayer3DTextLabel"
C:\Users\Net@7\Documents\Archivos Pwn\pawno\include\Streamer.inc(431) : error 017: undefined symbol "DeletePlayer3DTextLabel"
C:\Users\Net@7\Documents\Archivos Pwn\pawno\include\Streamer.inc(449) : error 017: undefined symbol "UpdatePlayer3DTextLabelText"
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


5 Errors.
asi tengo el FS

pawn Код:
/* -========================================================================- */
#include <a_samp>
#include <Streamer>
/* -========================================================================- */
public OnFilterScriptInit()
{

    print("\n________________________________________");
    print(" -====== Objetos Cargados ===========-");
    print("\n________________________________________\n");

    CreateDynamicObject(1632, 2614.095215, -1911.666748, 3.797616, 0.0000, 0.0000, 213.7499);
   // todos los objetos qe tengo
    return 0;
}



Re: Ayuda streamer incognito - Dws - 01.08.2010

#include <a_npc>...


Re: Ayuda streamer incognito - MrDeath537 - 01.08.2010

probб cambiando el #include <Streamer> por #include Streamer


Re: Ayuda streamer incognito - ConecCionMex - 01.08.2010

me siguen saliendo los errores S:


Re: Ayuda streamer incognito - ConecCionMex - 01.08.2010

Intente con otro se llama

F_Stream

Cuando pongo todo bn me copila perfect

pero los Objetos no aparecen en el server :S

pawn Код:
/* -========================================================================- */
#include <a_samp>
#include <F_Streamer>
#define F_MAX_OBJECT 4000
/* -========================================================================- */
public OnFilterScriptInit()
{

    print("\n________________________________________");
    print(" -====== Objetos Cargados ===========-");
    print("\n________________________________________\n");

    F_CreateObject(9946, 482.911926, -2254.052490, 23.133896, 0.0000, 0.0000, 359.1406);
    F_CreateObject(9946, 482.938110, -2215.755371, 23.147163, 0.0000, 0.0000, 0.0000);
    F_CreateObject(984, 458.444763, -2202.596924, 23.901031, 0.0000, 0.0000, 0.0000);
return 0;
}



Re: Ayuda streamer incognito - MrDeath537 - 01.08.2010

https://sampforum.blast.hk/showthread.php?tid=117920


Y por sierto, cambiб ese "return 0" por "return 1" -.-


Re: Ayuda streamer incognito - ConecCionMex - 01.08.2010

Le pongo return 1 y nada :S


Respuesta: Ayuda streamer incognito - Jesus^ - 01.08.2010

pawn Код:
#include <streamer>



Re: Respuesta: Ayuda streamer incognito - ConecCionMex - 02.08.2010

Quote:
Originally Posted by Jesus^
Посмотреть сообщение
pawn Код:
#include <streamer>
¬¬ logico qe va eso lol pero me sale el error ¬¬

este mm XD no :S deja pruebo


Re: Ayuda streamer incognito - MedinaRockz - 03.08.2010

Quote:
Originally Posted by Dws
Посмотреть сообщение
#include <a_npc>...
y esto que tiene que ver xD

Epic Fail!

xD!