Help with Scripting
#5

do you have this in the script?
pawn Код:
public SendRadioMessage(member, color, string[])
{
    foreach(Player, i)
    {
        if(PlayerInfo[i][pMember] == member)
        {
            SendClientMessageEx(i, color, string);
        }
    }
}
Reply


Messages In This Thread
Help with Scripting - by KeenanRitchie - 13.11.2012, 20:35
Re: Help with Scripting - by tyler12 - 13.11.2012, 20:39
Re: Help with Scripting - by KeenanRitchie - 13.11.2012, 20:40
Re: Help with Scripting - by KeenanRitchie - 13.11.2012, 20:47
Re: Help with Scripting - by NumbSkull - 13.11.2012, 20:52
Re: Help with Scripting - by KeenanRitchie - 13.11.2012, 21:08

Forum Jump:


Users browsing this thread: 1 Guest(s)