seroff

Stock Console Print By Seroff

Feb 5th, 2016
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. stock con_print(id,const msg_content[],any:...){
  2. new msg[192],MSG[192];
  3. vformat(msg, charsmax(msg), msg_content, 3);
  4. formatex(MSG,charsmax(MSG),"%s^n",msg);
  5. message_begin(MSG_ONE, 8, {0,0,0}, id);
  6. write_string(MSG);
  7. message_end();
  8. }
Advertisement
Add Comment
Please, Sign In to add comment