03.01.2012, 19:15
Here you go:
pawn Код:
if(IsPlayerInRangeOfPoint(playerid, ORANGE, The X,Y,Z))
{
// player has robbed first place
}
else if(IsPlayerInRangeOfPoint(playerid, ORANGE, The X,Y,Z))
{
// player has robbed second place
}
else if(IsPlayerInRangeOfPoint(playerid, ORANGE, The X,Y,Z))
{
// player has robbed third place
}
// etc.