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

Showing results 1 to 25 of 35
Search took 0.00 seconds.
Search: Posts Made By: Sofeltis
Forum: Unapproved/Old Plugins 01-11-2009, 11:16
Replies: 27
Views: 8,472
Posted By Sofeltis
Re: amx_record

Updated Exolent...When they have ridiculous nickname just put few words from nick... ;)
Forum: Suggestions / Requests 11-07-2008, 14:37
Replies: 2
Views: 2,803
Posted By Sofeltis
Re: IP Loger

#include <amxmodx>
#include <amxmisc>

#define PLUGIN ""
#define VERSION ""
#define AUTHOR ""

new toggle;
public plugin_init() {
register_plugin(PLUGIN, VERSION, AUTHOR);
Forum: Unapproved/Old Plugins 11-05-2008, 08:08
Replies: 27
Views: 8,472
Posted By Sofeltis
Re: amx_record

I was record some player and when they give me demo I saw cheats on them...
Forum: Off-Topic 11-03-2008, 17:00
Replies: 11
Views: 2,481
Posted By Sofeltis
Re: Amxmodx Public counter-strike server

One Counter Strike server with 24 slots cost 25e...
Forum: Suggestions / Requests 11-03-2008, 16:57
Replies: 1
Views: 907
Posted By Sofeltis
Re: Forum mod

FORUM MOD
=========
Add interactivity between your web forum and your AMX Mod X server.

Currently phpBB and PHPNuke supported, IPB will come (back) shortly. You can easily write FMAPI addons for...
Forum: Suggestions / Requests 11-03-2008, 16:50
Replies: 5
Views: 2,700
Posted By Sofeltis
Re: High Ping Banner

#include <amxmodx>

new HIGHPING_MAX = 200 // set maximal acceptable ping
new HIGHPING_TIME = 15 // set in seconds frequency of ping checking
new HIGHPING_TESTS = 4 // minimal number of checks...
Forum: Unapproved/Old Plugins 11-03-2008, 13:16
Replies: 27
Views: 8,472
Posted By Sofeltis
Forum: Off-Topic 11-02-2008, 15:41
Replies: 170
Views: 115,450
Posted By Sofeltis
Re: How many plugins is toooo much? POST YOUR PLUGINS.INI!!

amxx_atac.2.5.5.0.amxx
amxx_atac_cfg.amxx
rs_swearfilter.amxx
hpk.amxx
amx_super32.amxx
fadetoblack.amxx
fadetoblack_rcon.amxx
sea_no_team_flash.amxx
ad_manager.amxx
task_scheduler.amxx
Forum: Unapproved/Old Plugins 11-01-2008, 22:11
Replies: 27
Views: 8,472
Posted By Sofeltis
Re: amx_record

hahahahhahahahahahahhahahahaha:mrgreen: I'm noob...

I want to tell conorr... :D
Forum: Unapproved/Old Plugins 11-01-2008, 16:04
Replies: 27
Views: 8,472
Posted By Sofeltis
Re: amx_record

Edit: Remove g_bInRecord...

you are right yamikoutu it doesn't kick player.
Forum: General 11-01-2008, 09:09
Replies: 49
Views: 90,052
Posted By Sofeltis
Re: amxxdump

How???Can you explain me? :D
Forum: General 10-31-2008, 19:19
Replies: 49
Views: 90,052
Posted By Sofeltis
Re: amxxdump

Can somebody help me how to open amxxdump.exe???
Forum: Unapproved/Old Plugins 10-31-2008, 17:09
Replies: 27
Views: 8,472
Posted By Sofeltis
amx_record

amx_record 1.1 by Sofeltis

Description:

With this plugin admin can record a player on client_side.When admin ban player he ask him for demo in his cstrike folder. :D

Cvars:
...
Forum: Scripting Help 10-31-2008, 16:22
Replies: 2
Views: 860
Posted By Sofeltis
Re: amx_record

It's work...thx + karma
Forum: Scripting Help 10-31-2008, 16:10
Replies: 2
Views: 860
Posted By Sofeltis
amx_record

#include <amxmodx>
#include <amxmisc>

new bool:g_bInRecord[33];

public plugin_init()
{

register_plugin("amx_record","1.0","Sofeltis")
Forum: Suggestions / Requests 09-13-2008, 21:03
Replies: 7
Views: 2,131
Posted By Sofeltis
Re: [Req] Kick if player has dynamic IP

#include <amxmodx>
#include <amxmisc>

#define PLUGIN "New_plugin"
#define VERSION "1.0"
#define AUTHOR "Author"

new const gBanKey[] = "_dat";
Forum: Suggestions / Requests 09-13-2008, 10:50
Replies: 7
Views: 3,883
Posted By Sofeltis
Re: req: Simple IP log plugin needed

ma nema problema... :D
Forum: Suggestions / Requests 09-12-2008, 17:36
Replies: 7
Views: 3,883
Posted By Sofeltis
Re: req: Simple IP log plugin needed

#include <amxmodx>
#include <amxmisc>

#define PLUGIN ""
#define VERSION ""
#define AUTHOR ""

new toggle;
public plugin_init() {
register_plugin(PLUGIN, VERSION, AUTHOR);
Forum: Unapproved/Old Plugins 09-10-2008, 15:20
Replies: 18
Views: 7,131
Posted By Sofeltis
Re: Demo-Recorder

It will not explode because every new round demo start to record on the same name,and replace the old demo from 1 round before...
Forum: Unapproved/Old Plugins 09-10-2008, 05:28
Replies: 18
Views: 7,131
Posted By Sofeltis
Re: Demo-Recorder

It's not too much to recording all roun,because on the start of new round demo record on the same name and using 1-2 mb off space...

@Fix warnings...
Forum: Unapproved/Old Plugins 09-09-2008, 16:49
Replies: 18
Views: 7,131
Posted By Sofeltis
Demo-Recorder

Demo Recorder

author:Sofeltis
version:1.0

Description:

This plugin is forcing player to record demo in they cstrike folder.When admin ban some player for cheat he will ask player which he...
Forum: Suggestions / Requests 09-04-2008, 16:54
Replies: 3
Views: 6,885
Posted By Sofeltis
Re: [REQUEST][CS] Slowmotion plugin

#include <amxmod>
#include <amxmisc>
#include <fun>
#include <VexdUM>
#include <VexdUM_stock>


#define PLUGIN ""
#define VERSION ""
#define AUTHOR ""
Forum: Suggestions / Requests 06-28-2008, 11:59
Replies: 3
Views: 1,208
Posted By Sofeltis
plugin

Can somebody finish this???

#include <amxmodx>
#include <amxmisc>


public plugin_init() {
register_plugin("PAnet BIND","0.1","Sofeltis")

register_event("HLTV", "ev_newRound",...
Forum: Off-Topic / General Chat 06-28-2008, 11:07
Replies: 1
Views: 2,912
Posted By Sofeltis
Change amxx --> sma.

Doe's somebody know to doing that?
Forum: Suggestions / Requests 06-28-2008, 05:53
Replies: 3
Views: 2,717
Posted By Sofeltis
BIND F9,F10,F12,END,DELETE,INSERT

I need that plugin,because all cheat is on on that buttons...And when some players use cheat he must to press those buttons and on admin chat will say: "player" tells admins: END,INSERT...

Can...
Showing results 1 to 25 of 35

 
Forum Jump

All times are GMT -4. The time now is 22:27.


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