Raised This Month: $51 Target: $400
 12% 

View self IP adress


Post New Thread Reply   
 
Thread Tools Display Modes
Plugin Info:     Modification:   Counter-Strike        Category:   Statistical       
AssAssIN_IMpossible
BANNED
Join Date: Nov 2013
Location: india
Old 11-17-2013 , 09:05   View self IP adress
Reply With Quote #1

#include <amxmodx>
#include <amxmisc>

#define PLUGIN "New Plug-In"
#define VERSION "1.0"
#define AUTHOR "author"


public plugin_init() {
register_plugin("Entery Message", "1.0", "AssAssIN_IMpossible")
register_clcmd("say /info","infozone_p")
}


public
infozone_p(id){
new
szName[33];
get_user_name(id, szName, 32);
new
szIp[33];
get_user_ip(id, szIp, 32);
set_hudmessage(id, 255, 0, -1.0, -1.0)
show_hudmessage(id ,"[IP : %s] [NAME : %s] recently connected to this server",szIp,szName);
}
AssAssIN_IMpossible is offline
LordOfNothing
BANNED
Join Date: Jul 2013
Old 11-17-2013 , 09:34   Re: View self IP adress
Reply With Quote #2

this plugin will be trashed !
LordOfNothing is offline
AssAssIN_IMpossible
BANNED
Join Date: Nov 2013
Location: india
Old 11-17-2013 , 10:05   Re: View self IP adress
Reply With Quote #3

Quote:
Originally Posted by LordOfNothing View Post
this plugin will be trashed !
and why are you doing it
AssAssIN_IMpossible is offline
BLacking98
Veteran Member
Join Date: Oct 2012
Location: California
Old 11-17-2013 , 10:26   Re: View self IP adress
Reply With Quote #4

He isn't but someone will because you created 2 threads
__________________
BLacking98 is offline
AssAssIN_IMpossible
BANNED
Join Date: Nov 2013
Location: india
Old 11-17-2013 , 10:32   Re: View self IP adress
Reply With Quote #5

Quote:
Originally Posted by BLacking98 View Post
He isn't but someone will because you created 2 threads
so do it quickly
AssAssIN_IMpossible is offline
simanovich
AlliedModders Donor
Join Date: Jun 2012
Location: Israel
Old 11-17-2013 , 13:45   Re: View self IP adress
Reply With Quote #6

1. Don't duplicate threads
2. Will be trashed in 5... 4.. 3.. 2.. 1..
__________________
simanovich is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 03:03.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode