Guest User

Untitled

a guest
Jul 19th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.26 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(160, 0, -1.0, 0.25, 2, 10.0, 5.0, 0.1, 1.5)
  10.     show_hudmessage(0, "Hi Wellcom To A Server")
  11. }
Add Comment
Please, Sign In to add comment