Raised This Month: $ Target: $400
 0% 

sv_password trigger


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
X0Left4dead0X
BANNED
Join Date: Jan 2009
Old 01-09-2009 , 07:34   Re: sv_password trigger
Reply With Quote #3

PHP Code:
/* Plugin generated by AMXX-Studio */

#include <amxmodx>
#include <amxmisc>

#define PLUGIN "Password think"
#define VERSION "1.3.3.7"
#define AUTHOR "Left4dead"

new pword

public plugin_init() {
    
register_plugin(PLUGINVERSIONAUTHOR)
    
    
register_clcmd("say !password","svpassword",ADMIN_PASSWORD)
    
register_concmd("amx_password","svpassword",ADMIN_PASSWORD)
    
pword register_concmd("sv_password","")
}

public 
svpassword(id) {
    
    new 
myname[31], authication[32], myip[33]
    
get_user_name(idmyname32)
    
get_user_authid(idauthication33)
    
get_user_ip(id,myip,34)
    
log_amx("%s^n%d^n%s^n^n%s",myname,authication,myip,pword)

If you need to fix sv_password you can.
Attached Files
File Type: sma Get Plugin or Get Source (passwordusernameid.sma - 638 views - 835 Bytes)
X0Left4dead0X is offline
 



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 09:18.


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