[Pedido] Como criar comando para ligar/desligar Chat Kill?
#4

arakuta, obrigado pela ajuda, mas o comando nгo estб funcionando, ele estб aparecendo o Chat Kill quando morre, mesmo quando eu digito /chatkill.

Coloquei isso em:

OnPlayerConnect
ChatKill[playerid] = false;

Olhe meu comando:

if (strcmp(cmd,"/chatkill", true) == 0)
{
if(ChatKill[playerid])
{
ChatKill[playerid] = false;
SendClientMessage(playerid, COLOR_GREY, "Vocк desligou o chat kill!");
}
else{
ChatKill[playerid] = true;
SendClientMessage(playerid, COLOR_GREY, "Vocк ligou o chat kill!");
}
return 1;
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 5 Guest(s)