05.07.2013, 09:38
Is there any short way to shorten the lines.
Something like that, but I don't want to create more "IsPlayerInRageOfPoint" and more. As it makes lines longer.
Since that there's lots of objects to mine.
Any short ways ?
pawn Код:
CMD:mine(playerid)
{
if(IsPlayerInRangeOfPoint(playerid, range, x, y,z) || IsPlayerInRangeOfPoint(playerid, range, x,y,z))
return 1;
}
Since that there's lots of objects to mine.
Any short ways ?