Raised This Month: $ Target: $400
 0% 

Plug-in for sXe Injected!


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
slypanther
BANNED
Join Date: Jan 2008
Old 01-13-2008 , 17:28   Re: Plug-in for sXe Injected!
Reply With Quote #16

PHP Code:
#include <amxmodx>
#include <amxmisc>
#include <engine>
#include <fun>

#define ADMIN_BAN

#pragma semicolon 1
 
#if !defined charsmax
#define charsmax(%1) sizeof(%1)-1
#endif
 
new const pluginName[] = "Require SteamID";
new const 
pluginVersion[] = "1.0";
new const 
pluginAuthor[] = "Lee";
 
public 
plugin_init()
{
register_plugin(pluginNamepluginVersionpluginAuthor);
}
 
public 
client_authorized(id)
{
static 
authid[32];
get_user_authid(idauthidcharsmax(authid));
 
if(!
equali(authid"STEAM_ID_VALVE" 7))
if(!
equali(authid"STEAM_ID_LAN"7))
{
    
server_cmd("kick #%i ^"Buy Counter-Strike you cheap illigal Cunt.^""get_user_userid(id));
}

slypanther 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 20:20.


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