mihay111

forumhud

Feb 19th, 2020
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. #include <amxmodx>
  2. public plugin_init() {
  3. register_plugin("New","x","P.Of.Pw aka PoSiTiOn Of PoWeR")
  4. set_task(2.0,"cmdHudMsg",_,_,_,"b")
  5. }
  6.  
  7. public cmdHudMsg() {
  8. set_hudmessage(20, 150, 20, 0.10, 0.24, 2, 5.0, 10.0, 0.1, 0.1)
  9. show_hudmessage(0, "www.NUME.RO")
  10.  
  11. }
Advertisement
Add Comment
Please, Sign In to add comment