P1xeL

GrayFog

Jul 19th, 2012
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.29 KB | None | 0 0
  1. public plugin_init() {
  2.     register_clcmd("say /fog", "GrayFog");
  3. }
  4.  
  5. public GrayFog() {
  6.     message_begin(MSG_ALL,get_user_msgid("Fog"),{0,0,0},0);
  7.     write_byte(118);
  8.     write_byte(118);
  9.     write_byte(118);
  10.     write_byte(10);
  11.     write_byte(40);
  12.     write_byte(95);
  13.     write_byte(59);
  14.     message_end();
  15. }
Advertisement
Add Comment
Please, Sign In to add comment