Advertisement
ScriptzMoDz

Writing Text [COD4] [GSC]

Aug 14th, 2014
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. //Top Center
  2. self iPrintInBold( "Text Here" );
  3.  
  4. //Bottom Left
  5. self iPrintIn( "Text Here" );
  6.  
  7. //Type Writing
  8. self thread maps\mp\gametypes\_hud_message::notifyMessage( "Text Here" );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement