Help with phone listening
#4

Nice GF edit -.- but I know what you wanna do, it'd be something like, having an array for the FBI command, so have:

Код:
new IsFBIListening[MAX_PLAYER_NAME];
Код:
Tog on: IsFBIListening[playerid] = 1;
Tog off: IsFBIListening[playerid] = 0;
Then, somewhere in your phone script, put this: (download foreach include)
pawn Код:
foreach(Player, i)
{
    if(PlayerInfo[playerid][pMember] == 2 && IsFBIListening[playerid] == 1]
     {
       //send the string
     }
}
Maybe that's what you want.
Reply


Messages In This Thread
Help with phone listening - by qUick1337 - 29.08.2011, 22:13
Re: Help with phone listening - by =WoR=Varth - 30.08.2011, 02:15
Re: Help with phone listening - by IceCube! - 30.08.2011, 02:19
Re: Help with phone listening - by Jack_Leslie - 30.08.2011, 02:52
Re: Help with phone listening - by =WoR=Varth - 30.08.2011, 02:55
Re: Help with phone listening - by Jack_Leslie - 30.08.2011, 02:59
Re: Help with phone listening - by =WoR=Varth - 30.08.2011, 03:08
Re: Help with phone listening - by qUick1337 - 30.08.2011, 10:20

Forum Jump:


Users browsing this thread: 2 Guest(s)