SA-MP Forums Archive
[AYUDA]Anuncio para el servidor.. - 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]Anuncio para el servidor.. (/showthread.php?tid=571346)



[AYUDA]Anuncio para el servidor.. - Jesusbenites98 - 18.04.2015



MIREN ESQUE EL ANUNCIO SALE EN LA ESQUINA INFERIOR DERECHA, ARRIVA DEL SKIN.....
HAY ALGUNA FORMA DE CAMBIARLO? COMO?

MIREN ESTE ES EL COMANDO QUE USO

PHP код:
COMMAND:anuncio(playerid,params[])
{
new 
mensaje[126], string[128];
    if(
cuenta[playerid][pAdmin] == MAXIMO_NIVEL_ADMINISTRATIVO)
    {
        if(
sscanf(params,"s[126]",mensaje))return SendClientMessage(playerid0xFF0000ff"Use /Anuncio [Mensaje]");
        
format(string,sizeof string,"%s",mensaje);
        
AnunciosText(string);
        
MensajeAdmin(playerid"%s su anuncio fue transmitido."Nombre(playerid));
        
adminRegistros(playerid"/anuncio");
    }else return 
0b0;
    return 
0b1;



BUENO GRACIAS DE ANTEMANO


Respuesta: [AYUDA]Anuncio para el servidor.. - Ghost112397 - 18.04.2015

Tendrнas que pasar la funciуn AnunciosText.


Respuesta: [AYUDA]Anuncio para el servidor.. - Revelation - 18.04.2015

їQuieres que salga un anuncio en la pantalla con GameTextForPlayer?


Respuesta: [AYUDA]Anuncio para el servidor.. - Goncho28 - 18.04.2015

Cambia las coordenadas del TextDraw, prueba