#1

i give mute to somebody and look

Ex:

PHP код:
"You have mute"cannot talk.
my messagehi.. 
i hope you understand what i mean..

i put it like this

PHP код:
if(PlayerInfo[playerid][pMuted] == 1)
                    {
                    
SendClientMessage(playeridCOLOR_RED"Ai mute nu poti vorbi!");
                    return 
1;
                    } 
Reply
#2

Put this in OnPlayerText

pawn Код:
if(PlayerInfo[playerid][pMuted] == 1)
{
                    SendClientMessage(playerid, COLOR_RED, "Ai mute nu poti vorbi!");
                    return 0; // it should be 0
}
Reply
#3

Quote:
Originally Posted by Akcent_Voltaj
Посмотреть сообщение
i hope you understand what i mean..
[/PHP]
Nope ...
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)