Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- stock con_print(id,const msg_content[],any:...){
- new msg[192],MSG[192];
- vformat(msg, charsmax(msg), msg_content, 3);
- formatex(MSG,charsmax(MSG),"%s^n",msg);
- message_begin(MSG_ONE, 8, {0,0,0}, id);
- write_string(MSG);
- message_end();
- }
Advertisement
Add Comment
Please, Sign In to add comment