31.08.2016, 14:40
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;
}
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;
}