Raised This Month: $ Target: $400
 0% 

change plugin Effect to make kick=banip


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Amine Belokda
Senior Member
Join Date: Oct 2015
Location: ML_NOT_FOUND
Old 05-06-2017 , 06:44   Re: change plugin Effect to make kick=banip
Reply With Quote #1

Done ( Has Fixed )
PHP Code:
#include <amxmodx>
#include <amxmisc>
#include <orpheu>

enum PData
{
ItemType31 ],
ItemValue31 ]
}

new 
iCount[33];
new 
get600 ];
new 
iItem iItemType PlayerData20 ][ PData ];

public 
plugin_init()
{
register_plugin(
"Freezo aka Spawner",
"0.1",
"[fHlds-Detector] v2,v3,v3(patched v4)"
)

register_cvar("anti_hldsbuffer""0.1" FCVAR_SERVER FCVAR_SPONLY )

}
public 
client_connect(id)


new 
szSteamid[33]
get_user_authid(id ,szSteamidcharsmax(szSteamid))

if(
equal(szSteamid,"STEAM_ID_LAN") || equal(szSteamid"VALVE_ID_LAN") || is_user_steam(id) )return PLUGIN_HANDLED;

iCount[id] = 0;
iItemType 0;
iItem 0;

new 
OrpheuHook:handlePrintf OrpheuRegisterHookOrpheuGetFunction"Con_Printf" ), "Con_Printf" );

new 
szName[32]
get_user_name(idszName,charsmax(szName))    

server_cmd"user ^"%s^"",szName );
server_exec();

OrpheuUnregisterHookhandlePrintf );

for ( new 
iItem i++ ) iCount[id]++; 



if(
iCount[id] == 7){

new 
sIp[32];
get_user_ip(idsIpcharsmax(sIp), 1);

server_cmd("ban #%d ^"|| fHlds-Detector || Hlds Buffer Detected^""get_user_userid(id));
log_to_file("hldsBuffer.txt""[ fHlds-Detector ][Name=%s][STEAMID=%s][IP=%s]",szNameszSteamidsIp);
iCount[id] = 0;


}
return 
PLUGIN_CONTINUE;

}
public 
OrpheuHookReturn:Con_Printf( const fmtGet[], const msgGet[] )
{
formatexget charsmaxget ) , "%s" msgGet )

if ( 
iItemType == )
{
copyPlayerDataiItem ][ ItemType ] , charsmaxPlayerData[][ ItemType ] ) , get );
iItemType 1;
}
else
{
copyPlayerDataiItem++ ][ ItemValue ] , charsmaxPlayerData[][ ItemType ] ) , get );
iItemType 0;
}

return 
OrpheuSupercede;
}

// Credits to an unknow author
stock bool:is_user_steam(id)
{
static 
dp_pointer;
if(
dp_pointer || (dp_pointer get_cvar_pointer("dp_r_id_provider")))
{
server_cmd("dp_clientinfo %d"id);
server_exec();
return (
get_pcvar_num(dp_pointer) == 2) ? true false;
}
return 
false;

__________________
Amine Belokda is offline
Send a message via MSN to Amine Belokda
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 23:26.


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