Need help in { /r }
#2

"SendRadioMessage" is no stock

Try adding
pawn Код:
stock SendToGroup(groupid, colour, string[]) {
    if(groupid > 0) {
        foreach(Player, i) {
            if(playerVariables[i][pStatus] == 1 && playerVariables[i][pGroup] == groupid) {
                SendClientMessage(i, colour, string);
            }
        }
    }
    return 1;
}
Edit it to fit your script then replace SendRadioMessage with SendToGroup

How is it suppose to "switch (PlayerInfo[playerid][pMember])" when you haven't even added that IF in the CMD?
Reply


Messages In This Thread
Need help in { /r } - by Youice - 29.02.2012, 19:39
Re: Need help in { /r } - by BigD - 29.02.2012, 19:41
Re: Need help in { /r } - by Walsh - 01.03.2012, 12:30
Re: Need help in { /r } - by Youice - 01.03.2012, 16:04
Re: Need help in { /r } - by Youice - 01.03.2012, 19:56
Re: Need help in { /r } - by Youice - 01.03.2012, 20:01

Forum Jump:


Users browsing this thread: 3 Guest(s)