public IsPlayerOnGasStation(playerid){ if(IsPlayerInRangeOfPoint(playerid, 10, 2115.5422, 919.5186, 10.8203)) return 1; // IS AT GAS STATION -- Gas Station 1 return 0; // is NOT at gas station}