Need help in { /r }
#6

Quote:
Originally Posted by Daniel_Davis
Посмотреть сообщение
"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?
By the way you forgot to add some {news} and {enum} in player info.. thats why Im receiving errors!
and LOL you have copied it from a script!! and edited it lol that proof that if you made it you you would defined and included and make enums and new{s} !!
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: 5 Guest(s)