14.11.2010, 23:24
That would have to be
Also if I get this right you can just
That was just because I'm not sure what exactly you mean.
pawn Код:
new Infected = random(1);
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
}
}