[Ajuda] Comando Invalido
#1

Ae queria colocar Comando Invalido no meu gm eu coloquei no ultimo return SendClient........

sу que nao aparece ;/ e meus cmds e assim dcmd(comando,7,cmdtext); porfavor ajuda ae alguem .
Reply
#2

LoL nгo entendi muito bem mano =D

mais se с for isso me avise blz?

Onplayercommandtext....

pawn Код:
return SendClientMessage(playerid, 0xFF0000AA, "(ERRO) Comando invбlido!");
}
Reply
#3

https://sampforum.blast.hk/showthread.php?tid=305818
Reply
#4

uso este em meu gm

pawn Код:
public OnPlayerCommandPerformed(playerid, cmdtext[], success)
{
    if(!success)
    {
        new C_S[128];
        format(C_S, 83, "O comando digitado %s nгo existe no servidor use /comandos", cmdtext);
        SendClientMessage(playerid, COLOR_YELLOW, C_S);
        return true;
    }
    return true;
}
Reply
#5

Antes do return final, coloque-se a mensagem.
Reply
#6

Код:
public OnPlayerCommandPerformed(playerid, cmdtext[], success)
{

    return GameTextForPlayer(playerid,"~r~COMANDO ~y~INVALIDO",3000,3);;
}
ou

Код:
public OnPlayerCommandPerformed(playerid, cmdtext[], success)
{
//
//
GameTextForPlayer(playerid,"~r~COMANDO ~y~INVALIDO",3000,3);
SendClientMessage(playerid, COLOUR_CINZA,"{C1C1C1}{FFFF00}•ERRo]•{00FFFF}: Comando inexistente. Digite {00FF00}/comandos {C1C1C1}para obter a lista de comandos.");
return 1;
}
Reply
#7

Quote:
Originally Posted by eDlAndrePawno
Посмотреть сообщение
Код:
public OnPlayerCommandPerformed(playerid, cmdtext[], success)
{

    return GameTextForPlayer(playerid,"~r~COMANDO ~y~INVALIDO",3000,3);;
}
ou

Код:
public OnPlayerCommandPerformed(playerid, cmdtext[], success)
{
//
//
GameTextForPlayer(playerid,"~r~COMANDO ~y~INVALIDO",3000,3);
SendClientMessage(playerid, COLOUR_CINZA,"{C1C1C1}{FFFF00}•ERRo]•{00FFFF}: Comando inexistente. Digite {00FF00}/comandos {C1C1C1}para obter a lista de comandos.");
return 1;
}
Nгo acho que ele use ZCMD, faзa oque o Gato disse.
Reply
#8

Код:
    return 1;
   
}
ja fiz assim mas nao dб

Код:
    return SendClientMessage(playerid, 0xFFFFFFAA,"Comando Invбlido.");
   
}
Reply
#9

tente assim

pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])  
{
    return SendClientMessage(playerid, -1, "Este comando nгo existe no servidor use /comandos!");
}
Reply
#10

Acontece nada ;//
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)