Acomodar este codigo
#1

Hola tengo este codigo
pawn Код:
if(IsPlayerInRangeOfPoint(playerid,2,-2442.7319,755.4099,35.1719) || IsPlayerInRangeOfPoint(playerid,2,-1882.2971,866.5283,35.1719) || IsPlayerInRangeOfPoint(playerid,2,-1680.6425,1244.4095,7.2422 )

y quiero saber como lo puedo acomodar haci
pawn Код:
if(IsPlayerInRangeOfPoint(playerid,2,-2442.7319,755.4099,35.1719)
|| IsPlayerInRangeOfPoint(playerid,2,-1882.2971,866.5283,35.1719)
|| IsPlayerInRangeOfPoint(playerid,2,-1680.6425,1244.4095,7.2422)
Reply
#2

asi me parece que debe funcionar

pawn Код:
if(IsPlayerInRangeOfPoint(playerid,2,-2442.7319,755.4099,35.1719) ||
IsPlayerInRangeOfPoint(playerid,2,-1882.2971,866.5283,35.1719) ||
IsPlayerInRangeOfPoint(playerid,2,-1680.6425,1244.4095,7.2422))
Reply
#3

bien gracias!
Reply
#4

Tu Lo Estabas Haciendo Bien, solo ke Te falto cerrar el if con un )

if(IsPlayerInRangeOfPoint(playerid,2,-2442.7319,755.4099,35.1719)
|| IsPlayerInRangeOfPoint(playerid,2,-1882.2971,866.5283,35.1719)
|| IsPlayerInRangeOfPoint(playerid,2,-1680.6425,1244.4095,7.2422))
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)