[BUG]GameTextForAll estilo 2
#1

tengo un comando para gametextforall estilo 2
pero cuando lo pongo el texto no se quita, si usas /morir se quita
aqui esta el comando
incluso tengo otro comando igual pero solo cambia el estilo y no queda en la pantalla
  • pawn Код:
    dcmd_a2(playerid,params[])
    {
        #pragma unused params
        if(Info[playerid][Nivel] >= 2)
        {
        if(!strlen(params)) return SendClientMessage(playerid,COLOR_ROJO,"USA: /a2 (texto)");
        return GameTextForAll(params,4000,2);
        }
        else
        {
        SendClientMessage(playerid,COLOR_ROJO,Errornivel2);
        }
        return 1;
    }
Reply
#2

Si reduces el timer? Testealo con 2 segundos, oh 1 "100"
Reply
#3

Style 2:

Does not disappear until the player respawns.

https://sampwiki.blast.hk/wiki/GameTextStyle
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)