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

Showing results 1 to 25 of 32
Search took 0.01 seconds.
Search: Posts Made By: Ezekiel
Forum: Scripting Help 03-25-2004, 09:12
Replies: 1
Views: 1,515
Posted By Ezekiel
get_user_team(index, team[]="", len = 0) ...

get_user_team(index, team[]="", len = 0)



so set length to >0 ?
then you dont need the if team == etc bit i dont think, should just be able to print team i think.
Forum: General 03-23-2004, 23:49
Replies: 3
Views: 3,159
Posted By Ezekiel
most of them either dont need to be 'used in...

most of them either dont need to be 'used in game' or come with documentation on how to use them should you need to. amx plugins are generally not compatible with amxx, but i think i fair few work...
Forum: Scripting Help 03-23-2004, 13:49
Replies: 22
Views: 7,086
Posted By Ezekiel
getting the cvar stuff sorted. but for now i want...

getting the cvar stuff sorted. but for now i want to check this. it seems that the plugin only works once...

/* AMX Mod script
*
* (c) 2004, Ezekiel
* This file is provided as is (no...
Forum: Unapproved/Old Plugins 03-21-2004, 11:09
Replies: 36
Views: 12,568
Posted By Ezekiel
Not sure about turning away from the game, but...

Not sure about turning away from the game, but yeah its a shame we have to get rid of people, but its more fun for the majority if some players arent getting destroyed all the time, and the skill...
Forum: Unapproved/Old Plugins 03-21-2004, 06:48
Replies: 36
Views: 12,568
Posted By Ezekiel
better?

better?
Forum: Unapproved/Old Plugins 03-21-2004, 06:24
Replies: 36
Views: 12,568
Posted By Ezekiel
oh yeah peteza, e-frag have/had a few servers...

oh yeah peteza, e-frag have/had a few servers like that, diff skill levels and you could only connect to the higher ones once you had worked your skill level up on the lower ones. Decent idea, and...
Forum: Scripting Help 03-21-2004, 06:18
Replies: 22
Views: 7,086
Posted By Ezekiel
with this: ...

with this:

register_cvar("amx_scoreratio","1")

can i change the '1' for a '%d' and then sub the value from a previously defined var?

register_cvar("amx_scoreratio","%d", RATIO)

for example
Forum: Unapproved/Old Plugins 03-21-2004, 05:42
Replies: 36
Views: 12,568
Posted By Ezekiel
how were they tough CheesyPeteza? Think i used to...

how were they tough CheesyPeteza? Think i used to play on your clans NS public a fair bit. And yeah, am currently figuring out all the stuff to do with cvars so that the ratio numbers can be...
Forum: Scripting Help 03-21-2004, 05:37
Replies: 22
Views: 7,086
Posted By Ezekiel
still by K : D ratio, which is how i rate scores...

still by K : D ratio, which is how i rate scores in my head, its less than 1:1, which is poor. no ones ever gonna reach 10k kills either.
Forum: Unapproved/Old Plugins 03-20-2004, 21:31
Replies: 36
Views: 12,568
Posted By Ezekiel
with this aye? register_cvar(const...

with this aye?

register_cvar(const name[],const string[],flags = 0,Float:fvalue = 0.0);
Forum: Unapproved/Old Plugins 03-20-2004, 21:26
Replies: 36
Views: 12,568
Posted By Ezekiel
oh i normally just open the smas and make changes...

oh i normally just open the smas and make changes to any of the setting i need to in there. thats what you mean yeah? so that it can be changed from ingame etc
Forum: Unapproved/Old Plugins 03-20-2004, 21:24
Replies: 36
Views: 12,568
Posted By Ezekiel
there is a var so that you can control the...

there is a var so that you can control the 'harshness' of the plugin...is this not what you mean?

i thought someone somewhere might want it/be interested. Jeez i apologise :/
Forum: Unapproved/Old Plugins 03-20-2004, 21:22
Replies: 36
Views: 12,568
Posted By Ezekiel
whats wrong with being banned if you have 5 frags...

whats wrong with being banned if you have 5 frags and 10 deaths?
means youre rubbish, and hence not wanted on the server this was written for.
Forum: Unapproved/Old Plugins 03-20-2004, 21:21
Replies: 36
Views: 12,568
Posted By Ezekiel
aye its a little harsh but i want it. There are...

aye its a little harsh but i want it. There are people on my server running about with 1 12 and the like, i just dont want em there. Bad score is anything less than even imo.
Forum: Scripting Help 03-20-2004, 21:14
Replies: 22
Views: 7,086
Posted By Ezekiel
thats a rubbish record ;P will have a think...

thats a rubbish record ;P
will have a think about a ratio, i think i want to do it this way but ill make sure.
Forum: Unapproved/Old Plugins 03-20-2004, 21:08
Replies: 36
Views: 12,568
Posted By Ezekiel
Low Score Kicker

A plugin to kickban a player for a set amount of time if their score is not upto the standard dictated in the plugin. First plugin, any suggestions or anything are more than welcome.

v1.1 on the...
Forum: Scripting Help 03-20-2004, 16:24
Replies: 22
Views: 7,086
Posted By Ezekiel
/* AMX Mod script * * (c) 2004, Ezekiel *...

/* AMX Mod script
*
* (c) 2004, Ezekiel
* This file is provided as is (no warranties).
*
* A plugin that will generate a value based on player kill minus player deaths
* and kick if this value...
Forum: Scripting Help 03-20-2004, 09:48
Replies: 22
Views: 7,086
Posted By Ezekiel
forward client_putinserver(id);

forward client_putinserver(id);
Forum: Scripting Help 03-20-2004, 09:42
Replies: 76
Views: 16,982
Posted By Ezekiel
lol

lol
Forum: Scripting Help 03-20-2004, 09:22
Replies: 22
Views: 7,086
Posted By Ezekiel
Thankyou, i now have it at this stage: /*...

Thankyou, i now have it at this stage:

/* AMX Mod script
*
* (c) 2004, Ezekiel
* This file is provided as is (no warranties).
*
* A plugin that will generate a value based on player kill...
Forum: Scripting Help 03-19-2004, 12:08
Replies: 22
Views: 7,086
Posted By Ezekiel
ok so heres where ive gotten to: (the numbers on...

ok so heres where ive gotten to: (the numbers on the left are line nos)

/* AMX Mod script
*
* (c) 2004, Ezekiel
* This file is provided as is (no warranties).
*
* A plugin that will generate...
Forum: Scripting Help 03-19-2004, 11:16
Replies: 22
Views: 7,086
Posted By Ezekiel
thanks

thanks
Forum: Scripting Help 03-19-2004, 10:56
Replies: 22
Views: 7,086
Posted By Ezekiel
public showWarn(param[]) { ...

public showWarn(param[]) {
client_print(param[0], print_chat, "Players with ping higher than %dms will be kicked!", HIGHPING_MAX)
set_task(float(HIGHPING_TIME), "checkPing", param[0], param, 1,...
Forum: General 03-19-2004, 10:56
Replies: 5
Views: 3,145
Posted By Ezekiel
well thats what they said, the file was there and...

well thats what they said, the file was there and there was a problem...

is this release glib 2.2 only?
Forum: Scripting Help 03-19-2004, 10:47
Replies: 22
Views: 7,086
Posted By Ezekiel
Little Help Learning

I am using this ping kickeing plugin to learn from, i understand most of it, but there are a few things i dont get anybodies help would be much appreciated.


public client_disconnect(id) {...
Showing results 1 to 25 of 32

 
Forum Jump

All times are GMT -4. The time now is 03:05.


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