# Sinanju's Pay for your Petrol # Invoicing and Receipt System # Feb 2010 # Works with LFSLapper version 5.923 # Some (the important) coding (anything not starting "openPrivButton" or in the Language section) # mercilessly plagiarised from Fire_optikz001's Cruise lapper code that he put in public domain! ##################################################################################### Event OnBeginPit( $userName ) # Player event $NickName = GetCurrentPlayerVar("NickName"); $SDate = getLapperVar("ShortDate"); $STime = getLapperVar("ShortTime"); openPrivButton( "invoice_back",160,85,38,76,1,-1,32," "); openPrivButton( "invoice_logo",161,86,36,6,1,-1,0,langEngine( "%{main_mylogo}%" )); openPrivButton( "invoice_text",161,91,36,7,7,-1,0,langEngine( "%{main_invoice}%", $NickName )); openPrivButton( "invoice_line",161,96,36,4,1,-1,0,"--------------------------------------"); openPrivButton( "invoice_times",161,104,36,5,1,-1,0,langEngine( "%{main_date_time}%", $SDate, $STime )); openPrivButton( "invoice_debit",162,140,34,5,3,-1,0,langEngine( "%{main_invdebit}%" )); openPrivButton( "invoice_thanks",162,150,33,5,3,-1,0,langEngine( "%{main_invthanks}%" )); $IsNotBlank = 1; $PitWorkIndex = 0; WHILE ($IsNotBlank == 1) $PitWork=split( GetCurrentPlayerVar("PitWork"),", ",$PitWorkIndex ); IF ( $PitWork == "Mechanicals Damages" ) THEN $PitWorkIndex = $PitWorkIndex + 1; IF( GetCurrentPlayerVar("Car") == "UF1" ) THEN openPrivButton( "invoice_list_mechs",163,110,22,5,4,-1,80,langEngine( "%{main_invlist_mechs_UF1}%" )); openPrivButton( "invoice_prices_mechs",185,110,9,5,4,-1,144,langEngine( "%{main_invprices_mechs_UF1}%" )); ENDIF IF( GetCurrentPlayerVar("Car") == "XFG" ) THEN openPrivButton( "invoice_list_mechs",163,110,22,5,4,-1,80,langEngine( "%{main_invlist_mechs_XFG}%" )); openPrivButton( "invoice_prices_mechs",185,110,9,5,4,-1,144,langEngine( "%{main_invprices_mechs_XFG}%" )); ENDIF IF( GetCurrentPlayerVar("Car") == "XRG" ) THEN openPrivButton( "invoice_list_mechs",163,110,22,5,4,-1,80,langEngine( "%{main_invlist_mechs_XRG}%" )); openPrivButton( "invoice_prices_mechs",185,110,9,5,4,-1,144,langEngine( "%{main_invprices_mechs_XRG}%" )); ENDIF IF( GetCurrentPlayerVar("Car") == "FXO" ) THEN openPrivButton( "invoice_list_mechs",163,110,22,5,4,-1,80,langEngine( "%{main_invlist_mechs_FXO}%" )); openPrivButton( "invoice_prices_mechs",185,110,9,5,4,-1,144,langEngine( "%{main_invprices_mechs_FXO}%" )); ENDIF IF( GetCurrentPlayerVar("Car") == "RB4" ) THEN openPrivButton( "invoice_list_mechs",163,110,22,5,4,-1,80,langEngine( "%{main_invlist_mechs_RB4}%" )); openPrivButton( "invoice_prices_mechs",185,110,9,5,4,-1,144,langEngine( "%{main_invprices_mechs_RB4}%" )); ENDIF IF( GetCurrentPlayerVar("Car") == "XRT" ) THEN openPrivButton( "invoice_list_mechs",163,110,22,5,4,-1,80,langEngine( "%{main_invlist_mechs_XRT}%" )); openPrivButton( "invoice_prices_mechs",185,110,9,5,4,-1,144,langEngine( "%{main_invprices_mechs_XRT}%" )); ENDIF IF( GetCurrentPlayerVar("Car") == "MRT" ) THEN openPrivButton( "invoice_list_mechs",163,110,22,5,4,-1,80,langEngine( "%{main_invlist_mechs_MRT}%" )); openPrivButton( "invoice_prices_mechs",185,110,9,5,4,-1,144,langEngine( "%{main_invprices_mechs_MRT}%" )); ENDIF IF( GetCurrentPlayerVar("Car") == "UFR" ) THEN openPrivButton( "invoice_list_mechs",163,110,22,5,4,-1,80,langEngine( "%{main_invlist_mechs_UFR}%" )); openPrivButton( "invoice_prices_mechs",185,110,9,5,4,-1,144,langEngine( "%{main_invprices_mechs_UFR}%" )); ENDIF IF( GetCurrentPlayerVar("Car") == "RAC" ) THEN openPrivButton( "invoice_list_mechs",163,110,22,5,4,-1,80,langEngine( "%{main_invlist_mechs_RAC}%" )); openPrivButton( "invoice_prices_mechs",185,110,9,5,4,-1,144,langEngine( "%{main_invprices_mechs_RAC}%" )); ENDIF IF( GetCurrentPlayerVar("Car") == "FZ5" ) THEN openPrivButton( "invoice_list_mechs",163,110,22,5,4,-1,80,langEngine( "%{main_invlist_mechs_FZ5}%" )); openPrivButton( "invoice_prices_mechs",185,110,9,5,4,-1,144,langEngine( "%{main_invprices_mechs_FZ5}%" )); ENDIF IF( GetCurrentPlayerVar("Car") == "LX4" ) THEN openPrivButton( "invoice_list_mechs",163,110,22,5,4,-1,80,langEngine( "%{main_invlist_mechs_LX4}%" )); openPrivButton( "invoice_prices_mechs",185,110,9,5,4,-1,144,langEngine( "%{main_invprices_mechs_LX4}%" )); ENDIF IF( GetCurrentPlayerVar("Car") == "LX6" ) THEN openPrivButton( "invoice_list_mechs",163,110,22,5,4,-1,80,langEngine( "%{main_invlist_mechs_LX6}%" )); openPrivButton( "invoice_prices_mechs",185,110,9,5,4,-1,144,langEngine( "%{main_invprices_mechs_LX6}%" )); ENDIF IF( GetCurrentPlayerVar("Car") == "FBM" ) THEN openPrivButton( "invoice_list_mechs",163,110,22,5,4,-1,80,langEngine( "%{main_invlist_mechs_FBM}%" )); openPrivButton( "invoice_prices_mechs",185,110,9,5,4,-1,144,langEngine( "%{main_invprices_mechs_FBM}%" )); ENDIF IF( GetCurrentPlayerVar("Car") == "FOX" ) THEN openPrivButton( "invoice_list_mechs",163,110,22,5,4,-1,80,langEngine( "%{main_invlist_mechs_FOX}%" )); openPrivButton( "invoice_prices_mechs",185,110,9,5,4,-1,144,langEngine( "%{main_invprices_mechs_FOX}%" )); ENDIF IF( GetCurrentPlayerVar("Car") == "XFR" ) THEN openPrivButton( "invoice_list_mechs",163,110,22,5,4,-1,80,langEngine( "%{main_invlist_mechs_XFR}%" )); openPrivButton( "invoice_prices_mechs",185,110,9,5,4,-1,144,langEngine( "%{main_invprices_mechs_XFR}%" )); ENDIF IF( GetCurrentPlayerVar("Car") == "XRR" ) THEN openPrivButton( "invoice_list_mechs",163,110,22,5,4,-1,80,langEngine( "%{main_invlist_mechs_XRR}%" )); openPrivButton( "invoice_prices_mechs",185,110,9,5,4,-1,144,langEngine( "%{main_invprices_mechs_XRR}%" )); ENDIF IF( GetCurrentPlayerVar("Car") == "FXR" ) THEN openPrivButton( "invoice_list_mechs",163,110,22,5,4,-1,80,langEngine( "%{main_invlist_mechs_FXR}%" )); openPrivButton( "invoice_prices_mechs",185,110,9,5,4,-1,144,langEngine( "%{main_invprices_mechs_FXR}%" )); ENDIF IF( GetCurrentPlayerVar("Car") == "FZR" ) THEN openPrivButton( "invoice_list_mechs",163,110,22,5,4,-1,80,langEngine( "%{main_invlist_mechs_FZR}%" )); openPrivButton( "invoice_prices_mechs",185,110,9,5,4,-1,144,langEngine( "%{main_invprices_mechs_FZR}%" )); ENDIF IF( GetCurrentPlayerVar("Car") == "FO8" ) THEN openPrivButton( "invoice_list_mechs",163,110,22,5,4,-1,80,langEngine( "%{main_invlist_mechs_FO8}%" )); openPrivButton( "invoice_prices_mechs",185,110,9,5,4,-1,144,langEngine( "%{main_invprices_mechs_FO8}%" )); ENDIF IF( GetCurrentPlayerVar("Car") == "BF1" ) THEN openPrivButton( "invoice_list_mechs",163,110,22,5,4,-1,80,langEngine( "%{main_invlist_mechs_BF1}%" )); openPrivButton( "invoice_prices_mechs",185,110,9,5,4,-1,144,langEngine( "%{main_invprices_mechs_BF1}%" )); ENDIF ELSE $IsNotBlank = 0; ENDIF IF ( $PitWork == "Body Dammage" ) THEN openPrivButton( "invoice_list_body",163,110,22,5,4,-1,80,langEngine( "%{main_invlist_body}%" )); openPrivButton( "invoice_prices_body",185,110,9,5,4,-1,144,langEngine( "%{main_invprices_body}%" )); $PitWorkIndex = $PitWorkIndex + 1; ELSE $IsNotBlank = 0; ENDIF IF ( $PitWork == "Refuel" ) THEN IF( GetCurrentPlayerVar("Car") == "UF1" ) THEN openPrivButton( "invoice_list",163,110,22,5,4,-1,80,langEngine( "%{main_invlist_UF1}%" )); openPrivButton( "invoice_prices",185,110,9,5,4,-1,144,langEngine( "%{main_invprices_UF1}%" )); ENDIF IF( GetCurrentPlayerVar("Car") == "XFG" ) THEN openPrivButton( "invoice_list",163,110,22,5,4,-1,80,langEngine( "%{main_invlist_XFG}%" )); openPrivButton( "invoice_prices",185,110,9,5,4,-1,144,langEngine( "%{main_invprices_XFG}%" )); ENDIF IF( GetCurrentPlayerVar("Car") == "XRG" ) THEN openPrivButton( "invoice_list",163,110,22,5,4,-1,80,langEngine( "%{main_invlist_XRG}%" )); openPrivButton( "invoice_prices",185,110,9,5,4,-1,144,langEngine( "%{main_invprices_XRG}%" )); ENDIF IF( GetCurrentPlayerVar("Car") == "FXO" ) THEN openPrivButton( "invoice_list",163,110,22,5,4,-1,80,langEngine( "%{main_invlist_FXO}%" )); openPrivButton( "invoice_prices",185,110,9,5,4,-1,144,langEngine( "%{main_invprices_FXO}%" )); ENDIF IF( GetCurrentPlayerVar("Car") == "RB4" ) THEN openPrivButton( "invoice_list",163,110,22,5,4,-1,80,langEngine( "%{main_invlist_RB4}%" )); openPrivButton( "invoice_prices",185,110,9,5,4,-1,144,langEngine( "%{main_invprices_RB4}%" )); ENDIF IF( GetCurrentPlayerVar("Car") == "XRT" ) THEN openPrivButton( "invoice_list",163,110,22,5,4,-1,80,langEngine( "%{main_invlist_XRT}%" )); openPrivButton( "invoice_prices",185,110,9,5,4,-1,144,langEngine( "%{main_invprices_XRT}%" )); ENDIF IF( GetCurrentPlayerVar("Car") == "MRT" ) THEN openPrivButton( "invoice_list",163,110,22,5,4,-1,80,langEngine( "%{main_invlist_MRT}%" )); openPrivButton( "invoice_prices",185,110,9,5,4,-1,144,langEngine( "%{main_invprices_MRT}%" )); ENDIF IF( GetCurrentPlayerVar("Car") == "UFR" ) THEN openPrivButton( "invoice_list",163,110,22,5,4,-1,80,langEngine( "%{main_invlist_UFR}%" )); openPrivButton( "invoice_prices",185,110,9,5,4,-1,144,langEngine( "%{main_invprices_UFR}%" )); ENDIF IF( GetCurrentPlayerVar("Car") == "RAC" ) THEN openPrivButton( "invoice_list",163,110,22,5,4,-1,80,langEngine( "%{main_invlist_RAC}%" )); openPrivButton( "invoice_prices",185,110,9,5,4,-1,144,langEngine( "%{main_invprices_RAC}%" )); ENDIF IF( GetCurrentPlayerVar("Car") == "FZ5" ) THEN openPrivButton( "invoice_list",163,110,22,5,4,-1,80,langEngine( "%{main_invlist_FZ5}%" )); openPrivButton( "invoice_prices",185,110,9,5,4,-1,144,langEngine( "%{main_invprices_FZ5}%" )); ENDIF IF( GetCurrentPlayerVar("Car") == "LX4" ) THEN openPrivButton( "invoice_list",163,110,22,5,4,-1,80,langEngine( "%{main_invlist_LX4}%" )); openPrivButton( "invoice_prices",185,110,9,5,4,-1,144,langEngine( "%{main_invprices_LX4}%" )); ENDIF IF( GetCurrentPlayerVar("Car") == "LX6" ) THEN openPrivButton( "invoice_list",163,110,22,5,4,-1,80,langEngine( "%{main_invlist_LX6}%" )); openPrivButton( "invoice_prices",185,110,9,5,4,-1,144,langEngine( "%{main_invprices_LX6}%" )); ENDIF IF( GetCurrentPlayerVar("Car") == "FBM" ) THEN openPrivButton( "invoice_list",163,110,22,5,4,-1,80,langEngine( "%{main_invlist_FBM}%" )); openPrivButton( "invoice_prices",185,110,9,5,4,-1,144,langEngine( "%{main_invprices_FBM}%" )); ENDIF IF( GetCurrentPlayerVar("Car") == "FOX" ) THEN openPrivButton( "invoice_list",163,110,22,5,4,-1,80,langEngine( "%{main_invlist_FOX}%" )); openPrivButton( "invoice_prices",185,110,9,5,4,-1,144,langEngine( "%{main_invprices_FOX}%" )); ENDIF IF( GetCurrentPlayerVar("Car") == "XFR" ) THEN openPrivButton( "invoice_list",163,110,22,5,4,-1,80,langEngine( "%{main_invlist_XFR}%" )); openPrivButton( "invoice_prices",185,110,9,5,4,-1,144,langEngine( "%{main_invprices_XFR}%" )); ENDIF IF( GetCurrentPlayerVar("Car") == "XRR" ) THEN openPrivButton( "invoice_list",163,110,22,5,4,-1,80,langEngine( "%{main_invlist_XRR}%" )); openPrivButton( "invoice_prices",185,110,9,5,4,-1,144,langEngine( "%{main_invprices_XRR}%" )); ENDIF IF( GetCurrentPlayerVar("Car") == "FXR" ) THEN openPrivButton( "invoice_list",163,110,22,5,4,-1,80,langEngine( "%{main_invlist_FXR}%" )); openPrivButton( "invoice_prices",185,110,9,5,4,-1,144,langEngine( "%{main_invprices_FXR}%" )); ENDIF IF( GetCurrentPlayerVar("Car") == "FZR" ) THEN openPrivButton( "invoice_list",163,110,22,5,4,-1,80,langEngine( "%{main_invlist_FZR}%" )); openPrivButton( "invoice_prices",185,110,9,5,4,-1,144,langEngine( "%{main_invprices_FZR}%" )); ENDIF IF( GetCurrentPlayerVar("Car") == "FO8" ) THEN openPrivButton( "invoice_list",163,110,22,5,4,-1,80,langEngine( "%{main_invlist_FO8}%" )); openPrivButton( "invoice_prices",185,110,9,5,4,-1,144,langEngine( "%{main_invprices_FO8}%" )); ENDIF IF( GetCurrentPlayerVar("Car") == "BF1" ) THEN openPrivButton( "invoice_list",163,110,22,5,4,-1,80,langEngine( "%{main_invlist_BF1}%" )); openPrivButton( "invoice_prices",185,110,9,5,4,-1,144,langEngine( "%{main_invprices_BF1}%" )); ENDIF $PitWorkIndex = $PitWorkIndex + 1; ELSE $IsNotBlank = 0; ENDIF ENDWHILE EndEvent Event OnEndPit( $userName ) # Player event closePrivButton( "invoice_list_mechs&invoice_prices_mechs&invoice_list_body&invoice_prices_body" ); closePrivButton("invoice_back&invoice_logo&invoice_text&invoice_line&invoice_times&invoice_list&invoice_prices&invoice_debit&invoice_thanks"); EndEvent Event OnPit( $userName ) # Player teleported to pit ( Shift + P ) closePrivButton("easyklikopen&easyklikclose&easyklikclosepb&closedriftbox&invoice_list_mechs&invoice_prices_mechs&invoice_list_body&invoice_prices_body&easyklikclosemarshall"); closePrivButton("invoice_back&invoice_logo&invoice_text&invoice_line&invoice_times&invoice_list&invoice_prices&invoice_debit&invoice_thanks"); EndEvent # ENGLISH LANGUAGE SECTION ################################# Lang "EN" # INVOICE RECEIPT SECTION main_mylogo = "^1Sin'rs ^3(^1Sin^3anju^1'^3s ^1r^3acing ^1s^3erver)"; main_invoice = "^7R E C E I P T" . "%nl%{0}"; main_date_time = "{0} {1}"; main_invlist = "Premium Unleaded " . "%nl%Newspaper " . "%nl%Adult Magazine " . "%nl%Confectionery [Mints] " . "%nl%Screenwash [Economy] " . "%nl% " . "%nl%^7Payment"; main_invprices= "82.10" . "%nl%1.25" . "%nl%5.05" . "%nl%0.65" . "%nl%1.99" . "%nl% " . "%nl%^791.04"; main_invlist_mechs = "Wheel Bearing " . "%nl%Brake Disk [2]] " . "%nl%Brake Caliper[2] " . "%nl%Widget [XLarge] " . "%nl%Bushing [Rear] " . "%nl% " . "%nl%^7Payment . . . . . . . "; main_invprices_mechs = "42.10" . "%nl%212.26" . "%nl%35.00" . "%nl%90.65" . "%nl%7.99" . "%nl% " . "%nl%^7388.00"; main_invlist_body = "Bumper [Front] " . "%nl%Wing [Front] " . "%nl%Screen [Clear] " . "%nl%Mirror [Nearside] " . "%nl%Signs [Vinyl] " . "%nl% " . "%nl%^7Payment"; main_invprices_body = "82.10" . "%nl%61.25" . "%nl%85.05" . "%nl%18.65" . "%nl%31.99" . "%nl% " . "%nl%^7279.04"; main_invlist_UF1 = "Premium Unleaded" . "%nl%Newspaper" . "%nl%Mini Magazine" . "%nl%Confectionery [Nougat]" . "%nl%Oil [Own Brand]" . "%nl%^7Payment . . . . . . . "; main_invprices_UF1= "22.40" . "%nl%1.25" . "%nl%4.05" . "%nl%0.75" . "%nl%4.99" . "%nl%^733.44"; main_invlist_XFG = "Premium Unleaded" . "%nl%Newspaper" . "%nl%Adult Magazine" . "%nl%Confectionery [Mints]" . "%nl%Screenwash" . "%nl%^7Payment . . . . . . . "; main_invprices_XFG= "32.10" . "%nl%1.25" . "%nl%5.05" . "%nl%0.65" . "%nl%1.99" . "%nl%^741.04"; main_invlist_XRG = "Premium Unleaded" . "%nl%Newspaper" . "%nl%Child Magazine" . "%nl%Confectionery [Choc]" . "%nl%Air Freshener" . "%nl%^7Payment . . . . . . . "; main_invprices_XRG= "36.15" . "%nl%1.25" . "%nl%3.05" . "%nl%0.85" . "%nl%1.99" . "%nl%^743.29"; main_invlist_FXO= "Premium Unleaded" . "%nl%Newspaper" . "%nl%TV Magazine" . "%nl%Confectionery [Gum]" . "%nl%Glass Cleaner" . "%nl%^7Payment . . . . . . . "; main_invprices_FXO= "38.15" . "%nl%1.25" . "%nl%2.05" . "%nl%0.75" . "%nl%1.99" . "%nl%^744.19"; main_invlist_RB4= "Premium Unleaded" . "%nl%Newspaper" . "%nl%OK Magazine" . "%nl%Confectionery [Pot. Chips]" . "%nl%KY Jelly" . "%nl%^7Payment . . . . . . . "; main_invprices_RB4= "37.35" . "%nl%1.25" . "%nl%6.05" . "%nl%0.70" . "%nl%3.99" . "%nl%^749.34"; main_invlist_XRT= "Premium Unleaded" . "%nl%Newspaper" . "%nl%Ola Magazine" . "%nl%Confectionery [Crisps]" . "%nl%Tyre Shine" . "%nl%^7Payment . . . . . . . "; main_invprices_XRT= "38.60" . "%nl%1.25" . "%nl%6.05" . "%nl%0.70" . "%nl%3.99" . "%nl%^750.59"; main_invlist_LX4= "Premium Unleaded" . "%nl%Newspaper" . "%nl%Hello Magazine" . "%nl%Confectionery [Mints]" . "%nl%Flowers" . "%nl%^7Payment . . . . . . . "; main_invprices_LX4= "31.42" . "%nl%1.25" . "%nl%5.05" . "%nl%0.65" . "%nl%1.99" . "%nl%^740.36"; main_invlist_LX6= "Premium Unleaded" . "%nl%Newspaper" . "%nl%Radio Magazine" . "%nl%Confectionery [Choc]" . "%nl%Condoms [Small]" . "%nl%^7Payment . . . . . . . "; main_invprices_LX6= "33.64" . "%nl%1.25" . "%nl%4.05" . "%nl%0.85" . "%nl%7.99" . "%nl%^747.78"; main_invlist_MRT= "Premium Unleaded" . "%nl%Bread" . "%nl%Milk" . "%nl%Sandwiches" . "%nl%Cat Food [Premium]" . "%nl%^7Payment . . . . . . . "; main_invprices_MRT= "37.85" . "%nl%1.65" . "%nl%1.95" . "%nl%2.55" . "%nl%11.99" . "%nl%^755.99"; main_invlist_UFR= "Premium Unleaded" . "%nl%Magazine" . "%nl%Confectionery [Choc]" . "%nl%Confectionery [Choc]" . "%nl%Toilet Roll" . "%nl%^7Payment . . . . . . . "; main_invprices_UFR= "38.64" . "%nl%3.25" . "%nl%1.05" . "%nl%0.85" . "%nl%3.99" . "%nl%^747.78"; main_invlist_RAC= "Premium Unleaded" . "%nl%Confectionery [Choc]" . "%nl%Confectionery [Choc]" . "%nl%Confectionery [Choc]" . "%nl%Confectionery [Choc]" . "%nl%^7Payment . . . . . . . "; main_invprices_RAC= "36.25" . "%nl%1.25" . "%nl%0.85" . "%nl%0.85" . "%nl%0.89" . "%nl%^740.09"; main_invlist_FZ5= "Premium Unleaded" . "%nl%Adult Magazine". "%nl%" . "%nl%" . "%nl%" . "%nl%^7Payment . . . . . . . "; main_invprices_FZ5= "26.25" . "%nl%5.05". "%nl%" . "%nl%" . "%nl%" . "%nl%^731.30"; main_invlist_FBM= "Super Unleaded" . "%nl%Puncture Repair Kit" . "%nl%Hardback [Driving Greats]" . "%nl%" . "%nl%" . "%nl%^7Payment . . . . . . . "; main_invprices_FBM= "46.25" . "%nl%8.05" . "%nl%15.05". "%nl%" . "%nl%" . "%nl%^769.35"; main_invlist_FOX= "Super Unleaded" . "%nl%Hardback [The Stig]" . "%nl%Hardback [J. Clarkson]" . "%nl%" . "%nl%" . "%nl%^7Payment . . . . . . . "; main_invprices_FOX= "52.25" . "%nl%18.05" . "%nl%0.05". "%nl%" . "%nl%" . "%nl%^770.35"; main_invlist_XFR= "Unleaded [Unbranded]" . "%nl%Hardback [The Stig]" . "%nl%Hardback [The Stig and I]" . "%nl%Hardback [Mrs Stig]" . "%nl%Hardback [Mrs/Mrs Stig]" . "%nl%^7Payment . . . . . . . "; main_invprices_XFR= "8.64" . "%nl%18.05" . "%nl%11.05" . "%nl%25.85" . "%nl%3.99" . "%nl%^767.58"; main_invlist_XRR= "Premium Fuel" . "%nl%Hardback [The Stig]" . "%nl%Hardback [Top Gear]" . "%nl%Hardback [Who is Stig?]" . "%nl%Hardback [What is Stig?]" . "%nl%^7Payment . . . . . . . "; main_invprices_XRR= "98.64" . "%nl%18.05" . "%nl%1.05" . "%nl%18.05" . "%nl%18.05" . "%nl%^7153.84"; main_invlist_FXR= "Premium Unleaded" . "%nl%Wiper Blade" . "%nl%Bulb (Xenon)" . "%nl%Bulb [Torch]" . "%nl%Oil [Premium]" . "%nl%^7Payment . . . . . . . "; main_invprices_FXR= "72.01" . "%nl%3.99" . "%nl%21.99" . "%nl%1.99" . "%nl%31.99" . "%nl%^7131.97"; main_invlist_FZR= "Premium Unleaded" . "%nl%Lottery [Scratchcard]" . "%nl%Oil [Premium]" . "%nl%Oil [Premium]" . "%nl%Oil [Premium]" . "%nl%^7Payment . . . . . . . "; main_invprices_FZR= "82.01" . "%nl%1.00" . "%nl%31.99" . "%nl%31.99" . "%nl%31.99" . "%nl%^7178.98"; main_invlist_FO8= "Premium Fuel" . "%nl%Lottery [Scratchcard]" . "%nl%Lottery [Scratchcard]" . "%nl%Clutch Fluid [1l]" . "%nl%Oil [Premium]" . "%nl%^7Payment . . . . . . . "; main_invprices_FO8= "122.01" . "%nl%1.00" . "%nl%1.00" . "%nl%33.99" . "%nl%31.99" . "%nl%^7189.99"; main_invlist_BF1= "Premium Fuel" . "%nl%Lottery [EuroMillions]" . "%nl%Lottery [EuroMillions]" . "%nl%Lottery [EuroMillions]" . "%nl%Lottery [Scratchcard]" . "%nl%^7Payment . . . . . . . "; main_invprices_BF1= "800.01" . "%nl%1.00" . "%nl%1.00" . "%nl%1.00" . "%nl%1.00" . "%nl%^7804.01"; main_invdebit = "Your account has been debited with the above amount." . "%nl%Please retain a copy of this receipt for your records."; main_invthanks = "Any discrepencies should be reported to:" . "%nl% sinanju@hotmail.co.uk "; main_invcustom = "Thank you for your custom. Please call again."; main_invlist_mechs_UF1 = "Wheel Bearing " . "%nl%Brake Drum [2] " . "%nl%Brake Pad [2] " . "%nl%Widget [Small] " . "%nl%Labour " . "%nl% " . "%nl%^7Payment . . . . . . . "; main_invprices_mechs_UF1 = "22.10" . "%nl%82.26" . "%nl%32.00" . "%nl%9.65" . "%nl%88.00" . "%nl% " . "%nl%^7234.01"; main_invlist_mechs_XFG = "Wheel Bearing " . "%nl%Gasket [Set] " . "%nl%Fanbelt " . "%nl%Exhaust [Front] " . "%nl%Labour " . "%nl% " . "%nl%^7Payment . . . . . . . "; main_invprices_mechs_XFG = "22.10" . "%nl%22.26" . "%nl%9.00" . "%nl%49.65" . "%nl%88.00" . "%nl% " . "%nl%^7191.01"; main_invlist_mechs_XRG = "Track Rod " . "%nl%Gasket [Set]" . "%nl%Fanbelt " . "%nl%AntiRoll Bar [Front] " . "%nl%Labour " . "%nl% " . "%nl%^7Payment . . . . . . . "; main_invprices_mechs_XRG = "22.10" . "%nl%22.26" . "%nl%9.00" . "%nl%49.65" . "%nl%88.00" . "%nl% " . "%nl%^7191.01"; main_invlist_mechs_FXO = "Gearbox " . "%nl%Gasket [Set]" . "%nl%Widget [Small] " . "%nl%AntiRoll Bar [Front] " . "%nl%Labour " . "%nl% " . "%nl%^7Payment . . . . . . . "; main_invprices_mechs_FXO = "422.10" . "%nl%22.26" . "%nl%9.00" . "%nl%49.65" . "%nl%88.00" . "%nl% " . "%nl%^7591.01"; main_invlist_mechs_RB4 = "Cylinder Head " . "%nl%Gasket [Set]" . "%nl%Widget [Medium] " . "%nl%AntiRoll Bar [Front] " . "%nl%Labour " . "%nl% " . "%nl%^7Payment . . . . . . . "; main_invprices_mechs_RB4 = "222.10" . "%nl%22.26" . "%nl%14.00" . "%nl%49.65" . "%nl%88.00" . "%nl% " . "%nl%^7396.01"; main_invlist_mechs_XRT = "Cylinder Head " . "%nl%Fanbelt] " . "%nl%Seat Mount " . "%nl%AntiRoll Bar [Front] " . "%nl%Labour " . "%nl% " . "%nl%^7Payment . . . . . . . "; main_invprices_mechs_XRT = "222.10" . "%nl%12.26" . "%nl%14.00" . "%nl%19.65" . "%nl%88.00" . "%nl% " . "%nl%^7356.01"; main_invlist_mechs_MRT = "Tyre [Budget] " . "%nl%Tyre [Budget] " . "%nl%Bearing [Wheel] " . "%nl%Widget [Small] " . "%nl%Labour " . "%nl% " . "%nl%^7Payment . . . . . . . "; main_invprices_mechs_MRT = "22.10" . "%nl%22.10" . "%nl%14.00" . "%nl%19.65" . "%nl%49.65" . "%nl% " . "%nl%^7127.50"; main_invlist_mechs_UFR= "Tyre [Budget] " . "%nl%Tyre [Budget] " . "%nl%Bearing [Wheel] " . "%nl%Widget [Small] " . "%nl%Labour " . "%nl% " . "%nl%^7Payment . . . . . . . "; main_invprices_mechs_UFR = "32.10" . "%nl%32.10" . "%nl%14.00" . "%nl%19.65" . "%nl%49.65" . "%nl% " . "%nl%^7147.50"; main_invlist_mechs_RAC= "Tyre [Own Brand] " . "%nl%Tyre [Own Brand] " . "%nl%Bearing [Wheel] " . "%nl%Bearing [Wheel] " . "%nl%Labour " . "%nl% " . "%nl%^7Payment . . . . . . . "; main_invprices_mechs_RAC = "38.10" . "%nl%38.10" . "%nl%18.00" . "%nl%18.00" . "%nl%69.65" . "%nl% " . "%nl%^7182.15"; main_invlist_mechs_FZ5= "Tyre [Budget] " . "%nl%Damper [Spring] " . "%nl%Exhaust [Front] " . "%nl%Bearing [Wheel] " . "%nl%Labour " . "%nl% " . "%nl%^7Payment . . . . . . . "; main_invprices_mechs_FZ5 = "35.10" . "%nl%18.10" . "%nl%18.00" . "%nl%68.00" . "%nl%9.65" . "%nl% " . "%nl%^7148.85"; main_invlist_mechs_FBM= "Tyre [Premium] " . "%nl%Tyre [Premium] " . "%nl%Brake Disk " . "%nl%Brake Disk " . "%nl%Tyre Valve [2] " . "%nl% " . "%nl%^7Payment . . . . . . . "; main_invprices_mechs_FBM = "85.10" . "%nl%85.10" . "%nl%78.00" . "%nl%78.00" . "%nl%7.85" . "%nl% " . "%nl%^7334.05"; main_invlist_mechs_LX4= "Tyre [Remold] " . "%nl%Tyre [Remold] " . "%nl%Tyre [Remold] " . "%nl%Tyre [Remold] " . "%nl%Tyre Valve [4] " . "%nl% " . "%nl%^7Payment . . . . . . . "; main_invprices_mechs_LX4 = "25.10" . "%nl%25.10" . "%nl%25.10" . "%nl%25.10" . "%nl%9.65" . "%nl% " . "%nl%^7110.05"; main_invlist_mechs_LX6= "Welding [Subframe] " . "%nl%Engine Oil [5L] " . "%nl%Transmission Fluid [5L] " . "%nl% " . "%nl%Labour " . "%nl% " . "%nl%^7Payment . . . . . . . "; main_invprices_mechs_LX6 = "4.10" . "%nl%18.10" . "%nl%16.00" . "%nl%" . "%nl%89.65" . "%nl% " . "%nl%^7127.85"; main_invlist_mechs_XFR= "Widget [Large] " . "%nl%Widget [Large] " . "%nl%Spring [Offside] " . "%nl%Bearing [Wheel] " . "%nl%Labour " . "%nl% " . "%nl%^7Payment . . . . . . . "; main_invprices_mechs_XFR = "15.10" . "%nl%15.10" . "%nl%18.00" . "%nl%12.00" . "%nl%79.65" . "%nl% " . "%nl%^7139.85"; main_invlist_mechs_FOX= "Tyre [Own Brand] " . "%nl%Tyre [Own Brand]" . "%nl%Tyre [Own Brand] " . "%nl%Brake Disk " . "%nl%Brake Caliper " . "%nl% " . "%nl%^7Payment . . . . . . . "; main_invprices_mechs_FOX = "45.10" . "%nl%45.10" . "%nl%45.10" . "%nl%68.00" . "%nl%14.65" . "%nl% " . "%nl%^7217.95"; main_invlist_mechs_FXR= "Tyre [Budget] " . "%nl%Tyre [Budget] " . "%nl%Tyre [Budget] " . "%nl%Tyre [Budget] " . "%nl%Tyre Valve [4] " . "%nl% " . "%nl%^7Payment . . . . . . . "; main_invprices_mechs_FXR = "95.10" . "%nl%95.10" . "%nl%95.10" . "%nl%95.10" . "%nl%9.65" . "%nl% " . "%nl%^7390.05"; main_invlist_mechs_XRR= "Tyre [Premium] " . "%nl%Tyre [Premium] " . "%nl% " . "%nl% " . "%nl%" . "%nl% " . "%nl%^7Payment . . . . . . . "; main_invprices_mechs_XRR = "335.00" . "%nl%335.00" . "%nl%" . "%nl%" . "%nl%" . "%nl% " . "%nl%^7670.00"; main_invlist_mechs_FZR= "Tyre [Premium] " . "%nl%Tyre [Premium] " . "%nl%Tyre [Premium] " . "%nl%Tyre [Premium] " . "%nl%" . "%nl% " . "%nl%^7Payment . . . . . . . "; main_invprices_mechs_FZR = "335.00" . "%nl%335.00" . "%nl%335.00" . "%nl%335.00" . "%nl%" . "%nl% " . "%nl%^71,340.00"; main_invlist_mechs_FO8= "Tyre [Premium] " . "%nl%Widget [Small] " . "%nl%Transmission Fluid [5L] " . "%nl%Transmission Fluid [5L] " . "%nl% " . "%nl% " . "%nl%^7Payment . . . . . . . "; main_invprices_mechs_FO8 = "335.00" . "%nl%9.65" . "%nl%16.00" . "%nl%16.00" . "%nl%" . "%nl% " . "%nl%^7376.65"; main_invlist_mechs_BF1= "Gearbox " . "%nl%Tyre [Premium] " . "%nl%Tyre [Premium] " . "%nl%Tyre [Premium] " . "%nl%Tyre [Premium] " . "%nl% " . "%nl%^7Payment . . . . . . . "; main_invprices_mechs_BF1 = "3,500.00" . "%nl%488.10" . "%nl%488.10" . "%nl%488.10" . "%nl%488.10" . "%nl% " . "%nl%^75,452.40";