XADRENALINEIX

Cosy's SCO Loader

May 20th, 2013
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.25 KB | None | 0 0
  1. }
  2. else
  3. {
  4. if ( DOES_SCRIPT_EXIST(script) )
  5. {
  6. REQUEST_SCRIPT(script);
  7. while ( !HAS_SCRIPT_LOADED(script) ) WAIT(0);
  8. START_NEW_SCRIPT(script, 1024);
  9. MARK_SCRIPT_AS_NO_LONGER_NEEDED(script);
  10. PrintText(on);
  11. }
  12. else PrintText("Unable to load script");
  13. }
  14. }
Advertisement
Add Comment
Please, Sign In to add comment