Hi Guys!
Lately i've been creating a cruise plugin for LFSLapper, results are great but not perfect.
The issue is my thread before this LFSLapper GPS I was told that Real-time measuring/gui update is not possible until there's a change to the original LFSLapper.exe which requires C# skills.
I've tried many ways to make the cruise GUI a real-time GUI but I failed miserably.
I thought of making the GUI update itself by the player moving; Example:
It kinda works which also made the GPS real-time measured, but the issue if there's more than 1 player in the server, the insim would either crash or delay/lag.
I tried RegisterScheduleAction but I did not understand the syntax.
Any help is appreciated. I'm trying to squeeze in a full cruise in a Lapper with all possibilities.
Thanks for reading.
Lately i've been creating a cruise plugin for LFSLapper, results are great but not perfect.
The issue is my thread before this LFSLapper GPS I was told that Real-time measuring/gui update is not possible until there's a change to the original LFSLapper.exe which requires C# skills.
I've tried many ways to make the cruise GUI a real-time GUI but I failed miserably.
I thought of making the GUI update itself by the player moving; Example:
$distToDo = 1;
CatchEvent OnDistDone( $userName )
#other codes are here but are private till I think of a release.
cruise_hud( $userName );
EndCatchEvent
It kinda works which also made the GPS real-time measured, but the issue if there's more than 1 player in the server, the insim would either crash or delay/lag.
I tried RegisterScheduleAction but I did not understand the syntax.
Any help is appreciated. I'm trying to squeeze in a full cruise in a Lapper with all possibilities.
Thanks for reading.