There is a list whom fly under acars map and i want to add which platform they are flying, like Ivao or Vatsim or Offline. How can i add this option? And also if they paused the sim also i like to show in the same list. Is it possible?
For the platform, in your acarsmap.php file, you can add this
<%=flight.online%>
But to show the sim is paused, your ACARS client must be configured to do so.
If you’re using smartCARS, I don’t think they’ve enabled this option. Any other ACARS might be able to do it, but you’d have to check with the developer.
For the platform, in your acarsmap.php file, you can add this
<%=flight.online%>
But to show the sim is paused, your ACARS client must be configured to do so.
If you’re using smartCARS, I don’t think they’ve enabled this option. Any other ACARS might be able to do it, but you’d have to check with the developer.
Code is working thanks my friend. I am using smartcars2 so i will skip about that part.