Picking 1 person
#2

That would have to be
pawn Код:
new Infected = random(1);
Also if I get this right you can just

pawn Код:
for(new i = 0; i < MAX_PLAYERS; i++)
{
    new Float:X,Float:Y,Float:Z;
    GetPlayerPos(playerid,X,Y,Z);
    if(IsPlayerInRangeOfPoint(i,5,X,Y,Z))
    {
        //Your stuff
    }
}
That was just because I'm not sure what exactly you mean.
Reply


Messages In This Thread
Picking 1 person - by Kitten - 14.11.2010, 22:29
Re: Picking 1 person - by willsuckformoney - 14.11.2010, 23:24
Re: Picking 1 person - by Kitten - 14.11.2010, 23:26
Re: Picking 1 person - by Cameltoe - 14.11.2010, 23:29
Re: Picking 1 person - by Kitten - 14.11.2010, 23:32
Re: Picking 1 person - by The_Moddler - 14.11.2010, 23:33
Re: Picking 1 person - by Kitten - 14.11.2010, 23:39
Re: Picking 1 person - by The_Moddler - 14.11.2010, 23:40
Re: Picking 1 person - by Kitten - 14.11.2010, 23:41
Re: Picking 1 person - by Kitten - 14.11.2010, 23:47

Forum Jump:


Users browsing this thread: 1 Guest(s)