30.08.2010, 08:05
Is it possible to make something like this in one list?
It takes too much time if I will write in one line like this:
pawn Код:
if(PlayerToPoint(2.5,playerid,1277.9015,-1604.4323,-8.9047),
PlayerToPoint(2.5,playerid,1282.3475,-1603.8329,-8.9047),
PlayerToPoint(2.5,playerid,1246.1376,-1723.2724,-8.9135))
pawn Код:
if(PlayerToPoint(2.5,playerid,1277.9015,-1604.4323,-8.9047) || PlayerToPoint(2.5,playerid,1282.3475,-1603.8329,-8.9047))