Advertisement
dcomicboy

just add the ID's you want

Feb 21st, 2014
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. function uninstallPart(acpids, pids, acid, t)
  2. {
  3. classes.Frame.serverLights(true);
  4. if (t == "c")
  5. {
  6. classes.Lookup.removeFromRaceCarsXML(acid);
  7. getURL("lingo: executeCall \"uninstallpart\", \"acpids=" + acpids + "&pids=" + pids + "&acid=" + acid + "\"", "");
  8. }
  9. else if (t == "e")
  10. {
  11. getURL("lingo: executeCall \"uninstallenginepart\", \"aepids=" + acpids + "&epids=" + pids + "&aeid=" + acid + "\"", "");
  12. }
  13. else
  14. {
  15. classes.Frame.serverLights(false);
  16. } // end else if
  17. } // End of the function
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement