Krayy love your work mate, keep it up hey
I have been sitting on these bugs for awhile but would be nice to get em fixed ... nothing major just a few typos.
Pit stop end doesn't show the Username of who stopped
File : defpitinfo.lpr
Existing code:
globalMsg( langEngine( "%{main_endpit}%",GetCurrentPlayerVar("Nick[COLOR=red]n[/COLOR]ame"),numToMSH(GetCurrentPlayerVar("PitTime") ) ) );
Fix :
globalMsg( langEngine( "%{main_endpit}%",GetCurrentPlayerVar("Nick[COLOR=red]N[/COLOR]ame"),numToMSH(GetCurrentPlayerVar("PitTime") ) ) );
Handicap doesn't show intake value when set, so its impossible to find out what its set to unless your admin/full i believe?
File : lprlapper.lpr
Existing code:
globalMsg( langEngine( "%{main_tolowhand2}%",GetCurrentPlayerVar( "H_Mass" ), GetCurrentPlayerVar("H_T[COLOR=red]R[/COLOR]es")) );
Fix :
globalMsg( langEngine( "%{main_tolowhand2}%",GetCurrentPlayerVar( "H_Mass" ), GetCurrentPlayerVar("H_T[COLOR=red]r[/COLOR]es")) );
Also been messing around with the radar.lpr haven't tested it with the new version will send it thru for a glance when i've tested it.
Hope this helps & keep up your good work. Happy to beta test/help out in any way i can.