/radio
#2

pawn Код:
if (PlayerInfo[playerid][pLeader] != 0)
            {
                teamnumber = PlayerInfo[playerid][pLeader];
            }
            else
            {
            if (PlayerInfo[playerid][pMember] != 0)
            {
                teamnumber = PlayerInfo[playerid][pMember];
            }
            else
            {
                SendClientMessage(playerid, COLOR_GRAD1, "Sa pole orginatsioonides!");
                return 1;
            }
Might be the brackets, as you're using so many in excess, with some missing, see what happens whilst replacing this code with your current.
Reply


Messages In This Thread
/radio - by Mechscape - 19.11.2009, 17:07
Re: /radio - by Calon - 19.11.2009, 17:14
Re: /radio - by Mechscape - 19.11.2009, 17:26
Re: /radio - by Mechscape - 19.11.2009, 17:58
Re: /radio - by MJ! - 19.11.2009, 18:00

Forum Jump:


Users browsing this thread: 1 Guest(s)