Raised This Month: $32 Target: $400
 8% 

Showing results 1 to 25 of 124
Search took 0.01 seconds.
Search: Posts Made By: chris-1337
Forum: Scripting Help 02-17-2008, 03:43
Replies: 2
Views: 1,323
Posted By chris-1337
Re: Immunity Override

For the kick & ban, I am pretty sure that if you call the server to do the kick or ban command, then that will work (like you would do through rcon).
Forum: Suggestions / Requests 02-17-2008, 03:40
Replies: 4
Views: 4,733
Posted By chris-1337
Re: [REQUEST] Log RCON Pass Attempts

What X-Olent correctly said was that just because you are playing on one server, & you use rcon, it is not necessarily to the server you are playing on if you have specified a different rcon_address...
Forum: Suggestions / Requests 02-16-2008, 03:58
Replies: 9
Views: 2,544
Posted By chris-1337
Re: Drop all weapons ?

http://www.amxmodx.org/funcwiki.php?go=func&id=26

NoWpns is the function that is being called from the CurWeapon event, however I think the function needs to be altered, the flag changed from "a"...
Forum: Off-Topic 02-07-2008, 16:48
Replies: 29
Views: 5,607
Posted By chris-1337
Re: Where did you learn to script?

I knew my list wasn't complete, yeah I do pretty much same with Assembly & embedding into C (except not at college).
Forum: Off-Topic 02-05-2008, 14:43
Replies: 29
Views: 5,607
Posted By chris-1337
Re: Where did you learn to script?

*screams*

Anyway I first learnt C/C++, then HTML (with CSS) & JavaScript. I have also done PHP, PERL (mainly with CGI), BASIC, a bit of Pascal & I have to do Visual Basic for college *screams...
Forum: Off-Topic 02-05-2008, 11:48
Replies: 779
Views: 263,135
Posted By chris-1337
Forum: General 02-04-2008, 17:06
Replies: 6
Views: 2,275
Posted By chris-1337
Re: how do you edit amxx.cfg file

Right...
Anyway, there are two ways to do this then (if you are not sure how), I will presume you have notepad (and you are using Windows):

Method 1 - double click on the file and you will get...
Forum: Suggestions / Requests 02-04-2008, 16:42
Replies: 14
Views: 9,087
Posted By chris-1337
Re: Kill | Death sound

You are welcome mate =)
Forum: Suggestions / Requests 02-04-2008, 12:48
Replies: 21
Views: 8,793
Posted By chris-1337
Re: Menu AMXX

If you set out the menu you want, just how you want it I will help, although I will agree with the ban by SteamID part that YamiKaitou says.
Forum: Suggestions / Requests 02-04-2008, 12:43
Replies: 14
Views: 9,087
Posted By chris-1337
Re: Kill | Death sound

:up:


#include <amxmodx>
#include <amxmisc>
#include <cstrike>
#pragma semicolon 1
#define CT CsTeams:CS_TEAM_CT
#define SOUND_DEATH "sound_of_death_file.wav"
#define SOUND_KILL...
Forum: Off-Topic 02-03-2008, 16:53
Replies: 13
Views: 2,724
Posted By chris-1337
Re: Forms of Piracy?

Yes very much so, check the law of your country & country the server is in.
Forum: Suggestions / Requests 02-03-2008, 16:51
Replies: 14
Views: 9,087
Posted By chris-1337
Re: Kill | Death sound

I am pretty sure this should work for you:

#include <amxmodx>
#include <amxmisc>
#pragma semicolon 1
#define SOUND_DEATH "sound_of_death_file.wav"
#define SOUND_KILL "sound_of_kill_file.wav"...
Forum: Off-Topic 02-01-2008, 12:42
Replies: 779
Views: 263,135
Posted By chris-1337
Re: Who Are You -- The Picture Thread Redux (With Rules!)

I have been told I make children cry, cannot argue tbh.
http://www.lux01.co.uk/Combined/chris_800_600.jpg
Forum: Suggestions / Requests 01-30-2008, 14:14
Replies: 7
Views: 2,219
Posted By chris-1337
Re: [Request] on say wh, hack, cheater etc.

To the former of my posts, replace the kick command with a client_print command.
As for the latter, just advertise the say !admin command.
I thought that seemed relevant & appropriate.
Forum: Suggestions / Requests 01-30-2008, 12:17
Replies: 7
Views: 2,219
Posted By chris-1337
Re: [Request] on say wh, hack, cheater etc.

Advertising plugin you say, well I have one of those as well =)
http://forums.alliedmods.net/showthread.php?t=66272

I sure like this thread.
Forum: Suggestions / Requests 01-30-2008, 12:15
Replies: 8
Views: 2,174
Posted By chris-1337
Re: bind mous4 say

Bend3R, I think that this was trying to be blocked, although in all fairness the language used was so terrible, you might just be right =P
Forum: Suggestions / Requests 01-30-2008, 12:12
Replies: 7
Views: 2,219
Posted By chris-1337
Re: [Request] on say wh, hack, cheater etc.

I believe I made one =P
http://forums.alliedmods.net/showthread.php?t=65809
3rd line of the code:
new g_Blocked_words[][]={"noob", "n00b"};
just use stuff like:
new g_Blocked_words[][]={"wh",...
Forum: Suggestions / Requests 01-29-2008, 15:32
Replies: 34
Views: 8,756
Posted By chris-1337
Re: A plugin i cannot find anymore (dynamic server rates)

Cannot deny that =) your welcome mate.
Forum: Off-Topic 01-29-2008, 13:12
Replies: 22
Views: 4,250
Posted By chris-1337
Re: where do people get these?

I have a friend who gets a new mac for Christmas every year so that he can burn his old one, I like this.
Forum: Suggestions / Requests 01-29-2008, 13:08
Replies: 34
Views: 8,756
Posted By chris-1337
Re: A plugin i cannot find anymore (dynamic server rates)

#include <amxmodx>
#define PLUGIN "Server Rate"
#define VERSION "1.00"
#define AUTHOR "chris-1337"
new g_Players = 0, Float:g_Bandwidth = 552.0; // set the bandwidth here.
public plugin_init()...
Forum: Suggestions / Requests 01-29-2008, 12:21
Replies: 3
Views: 1,076
Posted By chris-1337
Re: [REQ] plugin say_team colors to orange

I belive the only colours supported are team colours (blue & red), normal colour (yellow), location colour (green) & spectator colour (grey).
Forum: Suggestions / Requests 01-29-2008, 12:15
Replies: 34
Views: 8,756
Posted By chris-1337
Re: A plugin i cannot find anymore (dynamic server rates)

Think something like this should work nicely:

new Float:sv_maxupdaterate;
if((sv_maxrate / 300) > 30)
{
sv_maxupdaterate = 30;
}
else
{
sv_maxupdaterate = sv_maxrate / 300;
Forum: Off-Topic 01-28-2008, 14:12
Replies: 76
Views: 73,152
Posted By chris-1337
Re: CSStats Editor v0.2

I take it this was written in VB6?
Forum: Off-Topic 01-28-2008, 12:28
Replies: 12
Views: 3,656
Posted By chris-1337
Re: fps_max

Thanks for the information, I will probably keep it around 100, this way if I get smoked a lot it is still a good 50-60 =)
Forum: Suggestions / Requests 01-28-2008, 12:26
Replies: 34
Views: 8,756
Posted By chris-1337
Re: A plugin i cannot find anymore (dynamic server rates)

Yes.

#include <amxmodx>
#define PLUGIN "Server Rate"
#define VERSION "1.00"
#define AUTHOR "chris-1337"
new g_Players = 0, Float:g_Bandwidth = 552.0; // set the bandwidth here.
public...
Showing results 1 to 25 of 124

 
Forum Jump

All times are GMT -4. The time now is 23:32.


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