Guest User

Untitled

a guest
Jul 19th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.30 KB | None | 0 0
  1. #include <amxmodx>
  2.  
  3. public plugin_init() {
  4.     register_plugin("test", "1.0", "PrivateBox`")
  5.     register_clcmd("say /test", "test")
  6. }
  7.  
  8. public test() {
  9.     set_hudmessage(random_num(0, 255), random_num(0, 255), random_num(0, 255), -1.0, 0.69, 2, 6.0, 5.0)
  10.     show_hudmessage(0, "Hi Wellcom To A Server")
  11. }
Add Comment
Please, Sign In to add comment