[Ajuda] Bug do /calar - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: Non-English (
https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (
https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (
https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] Bug do /calar (
/showthread.php?tid=503303)
Bug do /calar -
xKeeP - 28.03.2014
Pessoal Me Ajudem Tenho Tempo ja Tentando Tirar o Bug do /calar mas Nao Consuingo.
Tipo eu Calo um Player Mesmo ele Calado ele Continua Falando Me Ajudem
Print :
Re: Bug do /calar -
shittt - 28.03.2014
tem verificaзгo de quando ele tiver calado ai n falar ?
exemplo :
Код:
public OnPlayerText(playerid, text[])
{
if(Player[playerid][Calado] == true)
{
SendClientMessage(playerid, 1, "ERROR: Vocк estб mudo e nгo pode falar no chat ou usar comandos!");
return 0;
}
return 1;
}
Re: Bug do /calar -
yNexus - 28.03.2014
PHP код:
public OnPlayerText(playerid, text[])
{
if(Calado[playerid] == true)//troque aqui pela variavel de quando cala o player
{
SendClientMessage(playerid, 1, "ERROR: Vocк estб mudo e nгo pode falar no chat ou usar comandos!");
return 0;
}
return 0;
}
Re: Bug do /calar -
xKeeP - 28.03.2014
Tem isso nao Vlw vo Ver aki se Consuigo tirar
Re: Bug do /calar -
xKeeP - 30.03.2014
Nгo Fucionou Nao Man