[Ajuda] Comando Invбlido.
#1

tou com um problema bem simples, quero fazer uma mensagem de cmd invбlido.. porйm uso zcmd e criei a public OnPlayerCommandText sу pra por a msg e nao estб pegando..

pawn Код:
error 054: unmatched closing brace ("}")
new.pwn(1022) : error 010: invalid function or declaration
Cуdigo

pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
  return 1;
}
 
}
 return SendClientMessage(playerid, Cinza, "[ x ] Comando Invбlido");
}
Alguйm me diz o que estб errado?
Reply
#2

pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
 return SendClientMessage(playerid, Cinza, "[ x ] Comando Invбlido");
}
Usando comandos:
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
    if(strcmp(cmdtext,"/comando",true) == 0)
    {
        return 1;
    }
    return SendClientMessage(playerid, Cinza, "[ x ] Comando Invбlido");
}
Reply
#3

Jб tentei assim, fica a mensagem padrao do samp...
Reply
#4

Quote:
Originally Posted by Ts3
Посмотреть сообщение
Jб tentei assim, fica a mensagem padrao do samp...
Fica nгo se vocк usar o processador de comando padrгo do samp, й sу trocar:
pawn Код:
return 0;
Por:
pawn Код:
return SendClientMessage(...);
Reply
#5

Resolvido, vou por alguma funзao nesse comando.. vlw multi

''You must spread some Reputation around before giving it to MultiKill again''
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)