13.08.2012, 22:37
i give mute to somebody and look
Ex:
i hope you understand what i mean..
i put it like this
Ex:
PHP код:
"You have mute"cannot talk.
my message: hi..
i put it like this
PHP код:
if(PlayerInfo[playerid][pMuted] == 1)
{
SendClientMessage(playerid, COLOR_RED, "Ai mute nu poti vorbi!");
return 1;
}