Need Help please.
#7

PHP код:
public OnPlayerText(playeridtext[])
{
    if(
GetPVarInt(playerid"SPS Muted") == 0)
    {
        
SetPVarInt(playerid"SPS Messages Sent"GetPVarInt(playerid"SPS Messages Sent") + 1);
        
SetTimerEx("SPS_Remove_Messages_Limit"15000"i"playerid);

        if(
GetPVarInt(playerid"SPS Messages Sent") >= 4)
        {
            if(!(((
GetPVarInt(playerid"SPS Spam Warnings") + 2) == 3)))
            {
                
SendClientMessage(playerid, -1""chat""COL_LIGHTBLUE" Please, do not spam.");
            }
            
SetPVarInt(playerid"SPS Spam Warnings"GetPVarInt(playerid"SPS Spam Warnings") + 1);
        }

        if(
pInfo[playerid][pLogged] == 1)
        {
            new 
stringbig[356];
            if(
pInfo[playerid][IsPlayerMuted] == 1) {
                
SendClientMessage(playerid,-1,""chat" You are muted");
                return 
0;
            }
            if(
team[playerid] == TEAM_HUMAN)
            {
            
format(stringbig,sizeof(stringbig),""COL_WHITE"[GAME](%d): {FFFFFF}%s",playeridtext);
              
SendPlayerMessageToAll(playerid,stringbig);
              }
            if(
team[playerid] == TEAM_ZOMBIE)
            {
            
format(stringbig,sizeof(stringbig),""COL_WHITE"[GAME](%d): {FFFFFF}%s",playeridtext);
              
SendPlayerMessageToAll(playerid,stringbig);
              }
            {
                
SetPlayerChatBubble(playeridtext0xFF0000FF100.010000);
            }
        }
    }
    else
    {
        
SendClientMessage(playerid, -1""chat""COL_LIGHTBLUE" You are muted, you can't talk.");
        return 
0;
    }
    return 
0;

Reply


Messages In This Thread
Need Help please. - by arlindi - 27.07.2014, 18:47
Re: Need Help please. - by arlindi - 27.07.2014, 18:59
Re: Need Help please. - by arlindi - 27.07.2014, 19:18
Re: Need Help please. - by MBilal - 27.07.2014, 20:19
Re: Need Help please. - by arlindi - 27.07.2014, 20:43
Re: Need Help please. - by MBilal - 27.07.2014, 20:50
Re: Need Help please. - by arlindi - 28.07.2014, 07:50
Re: Need Help please. - by Stinged - 28.07.2014, 07:59
Re: Need Help please. - by GShock - 28.07.2014, 08:19

Forum Jump:


Users browsing this thread: 1 Guest(s)