18.09.2012, 19:04
Is there any chance to determine if player is in range of two points? For example:
if(IsPlayerInRangeOfPoint(playerid, 5.0, 1566.8317,-1691.0072,5.8906))
And this one:
if(IsPlayerInRangeOfPoint(playerid, 5.0, 2497.3757,-1687.8939,13.5221))
Is there any way to put them together in same line basically? They will be used used for same CMD that's why
if(IsPlayerInRangeOfPoint(playerid, 5.0, 1566.8317,-1691.0072,5.8906))
And this one:
if(IsPlayerInRangeOfPoint(playerid, 5.0, 2497.3757,-1687.8939,13.5221))
Is there any way to put them together in same line basically? They will be used used for same CMD that's why