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

Showing results 1 to 16 of 16
Search took 0.00 seconds.
Search: Posts Made By: pike
Forum: Approved Plugins 11-16-2010, 00:48
Replies: 1,519
Views: 1,069,690
Posted By pike
Re: Advanced Bans (Real Time) by Exolent

in amxx.cfg
// Ban times for the main ban menu (amx_banmenu)
// Use 0 for permanent ban
// Default values: 0 5 10 15 30 45 60
amx_plmenu_bantimes 0 5 10 15 30 45 60
Forum: Suggestions / Requests 11-10-2010, 13:11
Replies: 1
Views: 1,269
Posted By pike
Re: [REQ] Block Nick Change

http://forums.alliedmods.net/showpost.php?p=408454&postcount=4
Forum: Approved Plugins 10-06-2010, 13:16
Replies: 1,519
Views: 1,069,690
Posted By pike
Forum: Approved Plugins 09-25-2010, 02:37
Replies: 1,519
Views: 1,069,690
Posted By pike
Re: Advanced Bans (Real Time) by Exolent

function
public CmdBanList(client, level, cid)Find
new last = min(start + 10, g_total_bans);Replace with
new last = min(start + 5, g_total_bans);
Forum: Suggestions / Requests 09-13-2010, 15:33
Replies: 7
Views: 4,484
Posted By pike
Re: Block fullupdate

It will help I think http://forums.alliedmods.net/showpost.php?p=1297104&postcount=9
although does not think that you have a problem with it.
Forum: Suggestions / Requests 09-12-2010, 04:18
Replies: 11
Views: 5,448
Posted By pike
Re: Anti CD-Hack help!!!!!

It is possible it was to close a theme if it is not actual.
Forum: Suggestions / Requests 09-12-2010, 02:06
Replies: 11
Views: 5,448
Posted By pike
Re: Anti CD-Hack help!!!!!

It is possible in your case. it is necessary to send a command a client and to look that will return.
Forum: Suggestions / Requests 09-11-2010, 02:22
Replies: 7
Views: 4,484
Posted By pike
Re: Block fullupdate

It will block demo recording.

It does not block a demo recording and protects from a spam command fullupdate
#define PLUGIN "Anti Fullupdate Spam"
#define VERSION "1.3"
#define AUTHOR "Pike"
...
Forum: Scripting Help 09-10-2010, 01:45
Replies: 8
Views: 3,307
Posted By pike
Re: client_command

help to catch an event a client did not send a command cmd[i]public client_command(id)
{
new argv[32]
read_argv(0,argv, sizeof(argv)-1)
for (new i = 0; i < MAX_CMD; i++)...
Forum: Approved Plugins 02-20-2010, 07:51
Replies: 1,241
Views: 739,585
Posted By pike
Re: AimBot Detection

Give immunity bot.
Forum: Approved Plugins 01-22-2010, 13:01
Replies: 1,241
Views: 739,585
Posted By pike
Re: AimBot Detection

make attempt change aimbotdetection.cfg

///////////////////////////////////////////////////////////////////////////
// If ad_custommod is set to 1 (enabled), this will set the frequency in //
//...
Forum: Approved Plugins 11-05-2009, 13:15
Replies: 122
Views: 158,031
Posted By pike
Re: Instant AutoTeamBalance

Message will is replaced at the end of the round before auto balance ?
Forum: Approved Plugins 11-05-2009, 10:00
Replies: 122
Views: 158,031
Posted By pike
Re: Instant AutoTeamBalance

Good job,thanks.
I want to change standard message about team balance, this possible ?
Forum: Suggestions / Requests 09-20-2009, 03:37
Replies: 11
Views: 5,448
Posted By pike
Re: Anti CD-Hack help!!!!!

I have only this with function query_client_cvar

#include <amxmodx>

#define PLUGIN "cd hack"
#define VERSION "1.0"
#define AUTHOR "Pike"


public plugin_init() {
Forum: Scripting Help 07-16-2009, 23:10
Replies: 4
Views: 3,152
Posted By pike
Re: client check if file exist (force consistency method) need C++ readers to read co

but if do checking for presence exactly such file as on server ?
Forum: Scripting Help 06-12-2009, 16:45
Replies: 37
Views: 11,165
Posted By pike
Re: Help testing a Anti-Cheat plugin (pest spray)

DarkSnow (http://forums.alliedmods.net/member.php?u=7533)
You else support its plugin ?
Showing results 1 to 16 of 16

 
Forum Jump

All times are GMT -4. The time now is 12:10.


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