Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public plugin_init() {
- register_clcmd("say /fog", "GrayFog");
- }
- public GrayFog() {
- message_begin(MSG_ALL,get_user_msgid("Fog"),{0,0,0},0);
- write_byte(118);
- write_byte(118);
- write_byte(118);
- write_byte(10);
- write_byte(40);
- write_byte(95);
- write_byte(59);
- message_end();
- }
Advertisement
Add Comment
Please, Sign In to add comment