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} !!