Raised This Month: $ Target: $400
 0% 

Blocking specific STEAM ID's


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Spawner30
BANNED
Join Date: Dec 2013
Location: I Don't Know Yet
Old 03-07-2014 , 08:08   Re: Blocking specific STEAM ID's
Reply With Quote #9

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

#include <amxmodx>
#include <amxmisc>

#define PLUGIN "Block A Specific Steamid"
#define VERSION "1.0"
#define AUTHOR "Spawner20"


public plugin_init() {
    
register_plugin(PLUGINVERSIONAUTHOR)
}
public 
client_authorized(client)
{
    static 
Steamid[33]
    
get_user_authid(client,Steamid,32)
    if (
equali(Steamid,"STEAM_0:0:1241251251"))
    
client_cmd(client,"disconnect",get_user_userid(client));

Spawner30 is offline
Send a message via Skype™ to Spawner30
 



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 23:23.


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