[Ajuda] Pressiso de ajuda com isso
#1

Eae galera eu tou pressisando de uma ajuda com isso, de como eu posso fazer um /cnn ou /ann tipo esse aki na imagem.




pawn Код:
if(strcmp(cmd, "/cnn", true) == 0)
{
    new aname[MAX_PLAYER_NAME];
    GetPlayerName(playerid, aname, MAX_PLAYER_NAME);
    format(file, sizeof(file), PASTA_CONTAS, aname);
    if(pAdmin[playerid] == 1) {

        tmp = strtok(cmdtext, idx, strlen(cmdtext));
        if (!strlen(tmp)) {
            SendClientMessage(playerid, Vermelho, "Digite: /cnn [texto]");
            return 1;
        }
        if(PlayerInfo[playerid][Logado] == 1) {
            if(pAdmin[playerid] == 1) {
                format(string, sizeof(string), "~r~]~y~%s~y~: ~w~%s  ~r~]", aname, tmp);
                ConverterTexto(string);
                GameTextForAll(string, 5000, 5);
            }
            else {
                SendClientMessage(playerid, Vermelho, "| ERRO | Vocк nгo tem permissгo para usar este comando!");
            }
        }
        else {
            SendClientMessage(playerid, Vermelho, "| ERRO | Vocк tem que estar logado para usar este comando!");
        }
        return 1;
    }
}
Reply
#2

Isso dai nгo й um "GameTextForAll" й uma "TextDraw"...
Reply
#3

Eu nгo sei mais o admin digita /cnn, /ann ou /anunciar mas a mensagem e aparece isso air na tela
Reply
#4

adapta no seu gm...

pawn Код:
CMD:cv(playerid, params[])
{
    new Texto[200];
    if(Informacoes[playerid][PlayerAdmin] < 1) return Mensagem(playerid, RED, "Erro: Vocк Nгo tem Nнvel Suficiente de Administrador");
    if(sscanf(params, "s[200]", Texto)) return Mensagem(playerid, RED, "Erro: /cv[Texto]");
    GetPlayerName(playerid, gAdminName, sizeof(gAdminName));
    format(gString, sizeof(gString), "~r~Admin %s: ~w~%s", gAdminName, Texto);
    GameTextForAll(gString, 5000, 5);
    return 1;
}
Reply
#5

Deu erro aki mano
Reply
#6

que erro? eu tirei do meu gm as define de adm й diferente do seu. por isso falei pra adaptar ^^
Reply
#7

Deu serto aki mas o texto nгo aparece
Reply
#8

Como posso fazer isso air na imagem
Reply
#9

Estude TextdrawString Que voce consegue fazer.
Reply
#10

nego vai ralar, pq nгo й sу criar o cmd, tem que criar o time e pah sei que lб..
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)