Raised This Month: $32 Target: $400
 8% 

TM'z Verification Plugin Updated*


Post New Thread Reply   
 
Thread Tools Display Modes
Plugin Info:     Modification:   ALL        Category:   General Purpose        Approver:   EKS (166)
tm
Member
Join Date: Jun 2005
Old 04-05-2006 , 22:11   TM'z Verification Plugin Updated*
Reply With Quote #1

Delete
Attached Files
File Type: sma Get Plugin or Get Source (tm_verify.sma - 1989 views - 1.6 KB)

Last edited by tm; 10-14-2011 at 12:20.
tm is offline
lucky109
Senior Member
Join Date: Jan 2005
Old 04-06-2006 , 15:20  
Reply With Quote #2

can show all of player?

running my server...
it's can't show the player after he dead~
lucky109 is offline
Hawk552
AMX Mod X Moderator
Join Date: Aug 2005
Old 04-06-2006 , 16:48  
Reply With Quote #3

Some general improvements. Also, I don't like that you don't use coherent English in the plugin itself. I have no problem with people typing with no sentence structure and what not on the forums and what not, but in plugins it makes you look like a dumbass.

Code:
/* TM_ Verification Plugin   Need To Have ADMIN_IMMUNITY   type TM_verify   Will give u ALl Information Of Users */ #include <amxmodx> #include <amxmisc> #define SHOW_PORT 1 public plugin_init() {     register_plugin("TM_verification", "1.0", "Taher Ali")     register_concmd("TM_verify" , "concmd_info" , ADMIN_IMMUNITY, "Displays Information Of All Users In The Server") } public concmd_info(id,level,cid) {     if ( !cmd_access(id,level,cid,1) )         return PLUGIN_HANDLED     new players[32],num,name[32],rate[32],updaterate[32],cmdrate[32],steamid[35],userip[64],player     get_players(players,num)         if(!num)     {         client_print(id, print_console, "The server is currently empty")         return PLUGIN_HANDLED     }         client_print(id, print_console, "Currently connected players...")     client_print(id, print_console, "# SteamID Name rate cl_updaterate cl_cmdrate ip")         for (new i = 0; i < num; i++)     {         player = players[i]         get_user_name(player, name, 31)         get_user_authid(player, steamid, 34);         get_user_info(player, "rate", rate, 31)         get_user_info(player, "cl_updaterate", updaterate, 31)         get_user_info(player, "cl_cmdrate", cmdrate, 31)         get_user_ip(player, userip , 63 , SHOW_PORT)         client_print(id, print_console, "%d  %s   %s   %s   %s   %s   %s", get_user_userid(player), steamid, name, rate, updaterate, cmdrate, userip)     }         return PLUGIN_HANDLED }
__________________
Hawk552 is offline
Send a message via AIM to Hawk552
tm
Member
Join Date: Jun 2005
Old 04-06-2006 , 17:45  
Reply With Quote #4

Delete

Last edited by tm; 10-14-2011 at 12:20.
tm is offline
tm
Member
Join Date: Jun 2005
Old 04-11-2006 , 15:01  
Reply With Quote #5

Delete

Last edited by tm; 10-14-2011 at 12:20.
tm is offline
netraL
Junior Member
Join Date: Dec 2008
Location: Jakarta , Indonesia
Old 12-25-2008 , 02:16   Re: TM'z Verification Plugin Updated*
Reply With Quote #6

hello im hiten . im new in amx . i have a server . but i dont know how to install the plugins . can anyone give me the steps to install this tm_verify . i know tm_verify to show ip and everything . i just dont know how to install it .thx
netraL is offline
Send a message via MSN to netraL Send a message via Yahoo to netraL
Reply


Thread Tools
Display Modes

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 15:17.


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