06.07.2014, 00:32
I've trying with your code... but look :
pawn Код:
if( // line 5
IsPlayerInRangeOfPoint(playerid, 3.5, 255.385696, 77.201263, 1003.640625) ||
(
IsPlayerInRangeOfPoint(playerid, 3.5, 310.3679, -1537.5204, -45.1338) &&
IsPlayerInRangeOfPoint(playerid, 3.5, 310.3679, -1537.5204, -45.1338) // they're same
)
)
{
}
// But what is it ? 3.5 radius? and where is posZ?
3.5,255.385696, 77.201263
