How long do you think it will be until you are ready to release your pitboard to the community? It looks very useful, and I would love to integrate it with Lapper on my servers
+----------------------------+
|Changes from v5.712 to 5.713|
+----------------------------+
1. Flags players for current player tested also when on track and changed( mouse,view,...,etc)
2. Add new event : OnLapperStart
this event is triggereg when lapper start
3. Add GlobalVar ident to define var that are global and visible on each event.
Event OnLapperStart()
GlobalVar $myvar;
$myvar = "it's a test";
EndEvent
This var now it's visible in all event and can be used or changed. All modification are visible
on other event.