Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <amxmodx>
- public plugin_init() {
- register_plugin("New","x","P.Of.Pw aka PoSiTiOn Of PoWeR")
- set_task(2.0,"cmdHudMsg",_,_,_,"b")
- }
- public cmdHudMsg() {
- set_hudmessage(20, 150, 20, 0.10, 0.24, 2, 5.0, 10.0, 0.1, 0.1)
- show_hudmessage(0, "www.NUME.RO")
- }
Advertisement
Add Comment
Please, Sign In to add comment