[Ajuda] Calar Nao Funciona
#3

Modifique sua public OnPlayerText para esta:

PHP код:
public OnPlayerText(playeridtext[])
{
    
// Block the player's text if he has been muted
    
if (APlayerData[playerid][Muted] == true)
    {
        
// Let the player know he's still muted
        
SendClientMessage(playerid0xFFFFFFFF"{808080}Voce estб Mudo Agora.");
        
// Don't allow his text to be sent to the chatbox
        
return 0;
    }
    return 
1;

Reply


Messages In This Thread
Calar Nao Funciona - by Luucass - 07.08.2013, 21:02
Re: Calar Nao Funciona - by humildadeforever - 07.08.2013, 21:22
Re: Calar Nao Funciona - by iFox - 07.08.2013, 21:30
Re: Calar Nao Funciona - by Luucass - 07.08.2013, 21:41
Re: Calar Nao Funciona - by mau.tito - 07.08.2013, 21:51
Re: Calar Nao Funciona - by Luucass - 07.08.2013, 21:56
Re: Calar Nao Funciona - by Luucass - 08.08.2013, 00:03
Re : Calar Nao Funciona - by ThiagoMK - 08.08.2013, 00:12
Re: Calar Nao Funciona - by Juniiro3 - 08.08.2013, 00:23

Forum Jump:


Users browsing this thread: