Help whit this warning
#5

Quote:
Originally Posted by iFiras
Посмотреть сообщение
Just remove these two lines:
pawn Код:
format(string, sizeof(string), "%s is muted", GetPlayerNameEx(clickedplayerid) );
                SendClientMessageToAll(COLOR_ORANGE, string);
Making it look like:
pawn Код:
new string[44];
                new clickedplayerid = GetPVarInt(playerid,"ClickedPlayer");
                new muteID[MAX_PLAYERS];
                new id;
                muteID[clickedplayerid] = id;
                   
                if( pData[ clickedplayerid ][ P_MUTE ] = 1 )
                return SendClientMessage(playerid, COLOR_RED, "Player is muted.");
           
                pData[ clickedplayerid ][P_MUTE] = 1;
                    return 1;
THANK YOU!!!!!!
Reply


Messages In This Thread
Help whit this warning - by Guss - 15.03.2015, 00:16
Re: Help whit this warning - by Smileys - 15.03.2015, 00:53
Respuesta: Help whit this warning - by Guss - 15.03.2015, 01:02
Re: Help whit this warning - by iFiras - 15.03.2015, 01:06
Respuesta: Re: Help whit this warning - by Guss - 15.03.2015, 01:30

Forum Jump:


Users browsing this thread: 5 Guest(s)