Limite no chat /a
#1

Bem tenho esse comando /a que й um chat para admins, mas a mensagem estб muito limitada e jб tentei alterar tamanhos de strings e isso e nada...
Код:
CMD:a(playerid, params[])
{
        new texto1[128];
        new nome1[MAX_PLAYER_NAME];
        new Str[128];
        if(PlayerInfo[playerid][pAdmin] < 1) return SendClientMessage(playerid, COLOR_GRAD2, NOTADMIN);
        if(adminstatus[playerid] == 1) return SendClientMessage(playerid, COR_BORDO, "Vocк nгo estб em modo admin, use /trabalhar.");
        if(sscanf(params, "s",texto1)) return SendClientMessage(playerid,-1,"Uso correto: /a [Texto]");
        for(new i = 0; i < MAX_PLAYERS; i++)
		{
		     new adm[64];
             switch(PlayerInfo[i][pAdmin])
             {
                case 1: adm = "Nнvel 1";
                case 2: adm = "Nнvel 2";
                case 3: adm = "Nнvel 3";
                case 4: adm = "Nнvel 4";
                case 1337: adm = "Master";
                case 99999: adm = "GOD";
             }
             if(PlayerInfo[i][pAdmin] > 0){
	         GetPlayerName(playerid,nome1,sizeof(nome1));
		     format(Str, sizeof(Str), "*[%s] %s: {FFFFFF}%s", adm, nome1, texto1);
			 SendClientMessage(i, 0x33AA33AA, Str);
		     }
		}
		return 1;
}
Agradeзo se me puderem ajudar (:
Reply


Messages In This Thread
Limite no chat /a - by Cheleber_Pausini - 13.01.2017, 18:22
Programando e Gambiarrando! - by RazorGuigo - 13.01.2017, 18:33
Re: Limite no chat /a - by Meck - 13.01.2017, 18:34
Re: Limite no chat /a - by Cheleber_Pausini - 13.01.2017, 18:54
Re: Limite no chat /a - by BobbMarley - 13.01.2017, 19:02

Forum Jump:


Users browsing this thread: 1 Guest(s)