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

Steam ID Retriever


Post New Thread Reply   
 
Thread Tools Display Modes
Dr. Jan Itor
Veteran Member
Join Date: Mar 2008
Location: there.
Old 07-27-2008 , 06:08   Re: Steam ID Retriever
Reply With Quote #21

Quote:
Originally Posted by Hawk552 View Post
Or maybe they should make a plugin called AMX which allows you to drastically alter gameplay and administrate servers.

Nah, I must be insane.
that would be insane hawk
__________________
Dr. Jan Itor is offline
kexas
Member
Join Date: Apr 2008
Old 10-14-2008 , 14:32   Re: Steam ID Retriever
Reply With Quote #22

Is this plugin able to resolve 'steam_id_pending' IDs? If so, is it possible send it to admin chat?
kexas is offline
v3x
Veteran Member
Join Date: Oct 2004
Location: US
Old 10-14-2008 , 15:32   Re: Steam ID Retriever
Reply With Quote #23

All this plugin does is retrieve your steam id when you type the command in console.

The following will print a message to any admin online when a person with an STEAM_ID_PENDING Steam ID connects:
PHP Code:
#include <amxmodx>
#include <amxmisc>

#define IDTOCHECKFOR "STEAM_ID_PENDING"
#define REPORTMSG "*** [WARNING]: %s has a STEAM_ID_PENDING Steam ID ***"

public plugin_init()
    
register_plugin("Report pending IDs""0.1b""v3x");

public 
client_putinserver(id)
{
    static 
authid[32];
    
get_user_authid(idauthidsizeof(authid)-1);

    if(
equal(authidIDTOCHECKFOR))
    {
        static 
players[32], name[32];
        new 
numi;

        
get_user_name(idnamesizeof(name)-1);

        
get_players(playersnum"c");

        for(
0numi++)
        {
            if(
is_user_admin(players[i]))
                
client_print(players[i], print_chatREPORTMSGname);
        }
    }

__________________
What am I doing these days? Well, I run my own Rust server. It's heavily modded. If you'd like to join, the ip is 167.114.101.67:28116

I also created a website called Rust Tools. It will calculate and tell you the raw amounts of resources needed to craft items.
v3x is offline
AleXi
Member
Join Date: Jun 2008
Location: next to my computer
Old 10-17-2008 , 13:30   Re: Steam ID Retriever
Reply With Quote #24

gj v3x, as always
__________________
if you +/- karma, please leave your name and reason.
AleXi is offline
Old 04-19-2017, 06:29
AziTroXx
This message has been deleted by asherkin. Reason: Necro bump.
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 19:32.


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