Advertisement
VerTical_Dev

BO2, TitelFx

Feb 13th, 2017
551
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.58 KB | None | 0 0
  1. /*
  2.         __     __                _____   _                  _
  3.         \ \   / /   ___   _ __  |_   _| (_)   ___    __ _  | |
  4.          \ \ / /   / _ \ | '__|   | |   | |  / __|  / _` | | |
  5.           \ V /   |  __/ | |      | |   | | | (__  | (_| | | |
  6.            \_/     \___| |_|      |_|   |_|  \___|  \__,_| |_|
  7.            
  8.            //YouTube: VerTical C#
  9.  
  10. */
  11.  
  12. //Example Call: self thread Call_TitelFX( self.Weed["Titel"] );
  13.  
  14. Call_TitelFX( menu_Titel )
  15. {
  16.     while( menu_Titel )
  17.     {
  18.         if( self.Open )
  19.             menu_Titel setTypeWriterFx(70, 4000, 1000);
  20.         wait 6.5;
  21.     }
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement