Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <amxmodx>
- #include <amxmisc>
- #include <dhudmessage>
- public plugin_init() {
- register_plugin("Hud","blablabla","blablabla")
- }
- public client_putinserver(id)
- set_task(3.0, "IPInfo",id)
- public IPInfo(id){
- if(!is_user_connected(id))
- return PLUGIN_HANDLED
- set_dhudmessage(255, 255, 255, -1.0, 0.04, 0, 0.5, 2.0, 0.08, 2.0, true);
- show_dhudmessage(0,"uRBAN Zombe [Fast DL] : 213.135.165.234:27019");
- return PLUGIN_CONTINUE
- }
Advertisement
Add Comment
Please, Sign In to add comment