15.02.2014, 12:05
Try
Or you can try :
I hope this will be works !
If not reply !
pawn Код:
for(new i; i < sizeof(GasStations); i++)
{
if(IsPlayerInRangeOfPoint(playerid, 10.0, GasStations[i][0], GasStations[i][1], GasStations[i][2]))
{
// Your Code here
return 1;
}
else
// You code here
}
pawn Код:
if(!IsPlayerInRangeOfPoint(playerid, 10.0, GasStations[i][0], GasStations[i][1], GasStations[i][2]))
return SCM( bla bla );
If not reply !