[HELP]Code don't work
#1

So my gm have public like this:
pawn Код:
public SendRadioMessage(member, color, string[])
{
    for(new i = 0; i < MAX_PLAYERS; i++)
    {
        if(IsPlayerConnected(i))
        {
          if(PlayerInfo[i][pMember] == member || PlayerInfo[i][pLeader] == member)
          {
                SendClientMessage(i, color, string);
                ProxDetector(30.0, i, string,COLOR_WHITE,COLOR_WHITE,COLOR_WHITE,COLOR_FADE1,COLOR_FADE2);//<<--- Not working??
            }
        }
    }
}
but it's not working...
Reply
#2

How is ProxDetector(); defined?
Reply
#3

forward ProxDetector(Float:radi, playerid, string[],col1,col2,col3,col4,col5);
Reply
#4

Quote:
Originally Posted by whitedragon
forward ProxDetector(Float:radi, playerid, string[],col1,col2,col3,col4,col5);
And what should it do? Content?
Reply
#5

Quote:
Originally Posted by DeathOnaStick
Quote:
Originally Posted by whitedragon
forward ProxDetector(Float:radi, playerid, string[],col1,col2,col3,col4,col5);
And what should it do? Content?
Its for fracts radio that people who is around another member can hear what in radio talking(incoming chat)
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)