Register MsgAction("!mystats",MA_mystats); Sub MA_mystats() openPrivButton( "backing",55,32,90,10,5,-1,32,"^2m y s t a t s" ); openPrivButton( "statstitle",55,42,90,8,5,-1,32,"Brought to you by ^1Sin'rs ^3(^1Sin^3anju^1'^3s ^1r^3acing ^1s^3erver)" ); openPrivButton( "statsdetails",55,51,90,6,5,-1,16," " . "&^7Username: ^3" . $Username . "&^7Nickname: " . $Nickname . "&&^7Your actual friendly Position (all visitors + vehicles): ^3" . $Posabs . "&^7Current Car: ^3" . $Car . "&^7Current Track: ^3 " .$LongTrackName . "^2 [ " . $ShortTrackName . " ]" . "&^7Your current PB Laptime with this combo: ^3" . $PBLapTime . "&^7Theoretical PB ^3" . $Tpb . "&^7You've done ^3" . $Laps . " ^7laps, which is approx ^3". $Dist . "&" ); openPrivButton( "qualdetails",55,107,90,6,5,-1,32," " . "&^4Q u a l i f i c a t i o n D e t a i l s: " . "&^6Current qualification position is ^3" . $Posqual . " ^6in Group ^1" . $Groupqual . "&&^7 ^3" . $ShortDate . "^7 - ^3" . $ShortTime . "& " ); openPrivButton( "closestats",90,140,20,10,8,-1,32,"CLOSE",MA_closemystats ); EndSub Sub MA_closemystats() closePrivButton("backing&statstitle&statsdetails&qualdetails&closestats"); EndSub