22.10.2013, 00:14
Um code
Outro code
Unica ligaзгo entre ambos e que se vocк estiver multadado (mudo) o segundo code nгo terб efeito.
PHP код:
if (APlayerData[playerid][Muted] == true)
{
// Let the player know he's still muted
SendClientMessage(playerid, 0xFFFFFFFF, "{FFFF0000}[ERRO] {FF0000}Vocк ainda estб mudo.");
// Don't allow his text to be sent to the chatbox
return 0;
}
PHP код:
new string[256];
format(string,sizeof(string),"{FFFFFF}(ID: %d) %s",playerid,text);
SendPlayerMessageToAll(playerid,string);