[AYUDA]Anuncio para el servidor..
#1



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

Tendrнas que pasar la funciуn AnunciosText.
Reply
#3

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

Cambia las coordenadas del TextDraw, prueba
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)