Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- }
- else
- {
- if ( DOES_SCRIPT_EXIST(script) )
- {
- REQUEST_SCRIPT(script);
- while ( !HAS_SCRIPT_LOADED(script) ) WAIT(0);
- START_NEW_SCRIPT(script, 1024);
- MARK_SCRIPT_AS_NO_LONGER_NEEDED(script);
- PrintText(on);
- }
- else PrintText("Unable to load script");
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment