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

Showing results 1 to 25 of 40
Search took 0.01 seconds.
Search: Posts Made By: Haircut
Forum: Scripting Help 11-24-2004, 16:09
Replies: 0
Views: 801
Posted By Haircut
client_disconnect ()

public client_disconnect (id) {
if (is_user_hltv(id)) {
random code goes here
}
return PLUGIN_CONTINUE
}


Why does that code seem to work on my local dedicated Win Server and not on my...
Forum: Scripting Help 11-22-2004, 06:32
Replies: 2
Views: 1,520
Posted By Haircut
yea ... that's what I thought. Just wanted...

yea ... that's what I thought.

Just wanted to make sure.
Forum: Scripting Help 11-22-2004, 05:04
Replies: 2
Views: 1,520
Posted By Haircut
get_maxplayers()

I just want to be clear on this one.



This isn't the sv_maxvisableplayer value then, but the maxplayers value from the HLDS command line?
Forum: Suggestions / Requests 10-04-2004, 03:31
Replies: 13
Views: 3,091
Posted By Haircut
set_vaultdata ( const key[], [ const data[] ] ) ...

set_vaultdata ( const key[], [ const data[] ] )

set_vaultdata - Sets a value for a key in the vault.

Very discriptive :?

ahhh ... you use vaultdata_exists ( const key[] ) to check if a...
Forum: Suggestions / Requests 10-02-2004, 08:34
Replies: 13
Views: 3,091
Posted By Haircut
whats the vault? NOTE: I want to transfer...

whats the vault?

NOTE: I want to transfer the file via FTP to a webserver.
Forum: Suggestions / Requests 10-02-2004, 04:52
Replies: 13
Views: 3,091
Posted By Haircut
lol ... That's what I've done. I added a function...

lol ... That's what I've done. I added a function call at the two points mentioned n=0 for extend and n=1 for voted map:


public getmap(n) {
new currentmap[32]
new mapvote[6],...
Forum: Suggestions / Requests 10-01-2004, 03:09
Replies: 13
Views: 3,091
Posted By Haircut
I'll take a look. EDIT: I doesn't seem to...

I'll take a look.


EDIT: I doesn't seem to do what I want, it looks like it just customises the map vote at end of round.
Forum: Suggestions / Requests 09-30-2004, 14:31
Replies: 13
Views: 3,091
Posted By Haircut
I had a thought about this. I only really...

I had a thought about this.

I only really want it to include maps that are voted for by players using the map vote.

When no one is on the server and maps are just changing, then I'm not that...
Forum: Suggestions / Requests 09-29-2004, 05:56
Replies: 2
Views: 988
Posted By Haircut
I would also like this option for the end of...

I would also like this option for the end of round map vote.

If a custom map is in the list I would like "(custom)" come up next to it.

In did ask about this before but got told about another...
Forum: Suggestions / Requests 09-28-2004, 15:57
Replies: 13
Views: 3,091
Posted By Haircut
:D /me goes to find out how to sort using PHP

:D

/me goes to find out how to sort using PHP
Forum: Approved Plugins 09-28-2004, 11:16
Replies: 14
Views: 16,045
Posted By Haircut
Out of interest, this plugin uses DoD cvars. ...

Out of interest, this plugin uses DoD cvars.

Therefore this is a DoD plugin.

Strange thing is I'm working on a very similar plugin myself, one to automate the Clan Match process.

Nice to see...
Forum: Suggestions / Requests 09-28-2004, 10:13
Replies: 13
Views: 3,091
Posted By Haircut
Request: Top 10 most played maps.

Is there anyway to generate a *.dat file with the 10 most played maps on a server?

I don't know if current Stats can do this.
Forum: General 09-23-2004, 09:06
Replies: 21
Views: 4,402
Posted By Haircut
Not that they weren't registering it was that...

Not that they weren't registering it was that they were missing completly so the never got registered at all, that's probably what you ment though :)
...
Forum: General 09-19-2004, 14:24
Replies: 3
Views: 8,466
Posted By Haircut
Ahhh ... I got it now. amx_pausecfg stop...

Ahhh ... I got it now.

amx_pausecfg stop <pluginname> command.

One thing I did notice is if the Name is the same as the File Name the plugin won't pause using this command.

TimeLeft ... ...
Forum: General 09-19-2004, 12:02
Replies: 3
Views: 8,466
Posted By Haircut
Right then. This is what I found and know: ...

Right then. This is what I found and know:

This thread has some more information: http://forums.alliedmods.net/showthread.php?t=2043

I had the same problem, after finding the commands and...
Forum: General 09-18-2004, 08:48
Replies: 3
Views: 8,466
Posted By Haircut
amxx pause plugin

I'm still using v0.16 AmxModX and I run a Linux dod server.

When I pause a plugin and the map changes, the plugin starts working again.

Is there any way to keep the plugin paused after map...
Forum: Scripting Help 09-03-2004, 04:46
Replies: 12
Views: 3,271
Posted By Haircut
It seemed like it was just the text not...

It seemed like it was just the text not displaying correctly as SidLuke suggested.

I'll stick with ResetHUD for now, it's just a lot simpler to use :)
Forum: Scripting Help 09-02-2004, 11:53
Replies: 12
Views: 3,271
Posted By Haircut
8) I was wondering if SidLuke could help us...

8)

I was wondering if SidLuke could help us out with an event / function call or something in dodxmod.

Only if you have time :D
Forum: Scripting Help 09-01-2004, 04:57
Replies: 12
Views: 3,271
Posted By Haircut
Therwe is spawn killing when the map is de_dust....

Therwe is spawn killing when the map is de_dust. That is de_dust on a DoD Server :)

So I need to have spawn protection for when players re-spawn.

I don't know, all I know is the Text doesn't...
Forum: Scripting Help 08-31-2004, 12:10
Replies: 12
Views: 3,271
Posted By Haircut
Player respawn event

Player respawn event, I'm looking for a way to do this.

Ive tried: register_event("ResetHUD","re_spawn","b") but it doesn't seem to work all the time.

Maybe I'm doing something wrong, here...
Forum: Scripting Help 08-11-2004, 10:23
Replies: 4
Views: 1,255
Posted By Haircut
I know, remove_task (id) actully ... thanks...

I know, remove_task (id) actully ... thanks anyway :roll:

@ Dicope

I was looking at player id's and that was the thing I didn't know, whether the player Id's were re-issued or whether the...
Forum: Module Coding 08-11-2004, 09:43
Replies: 66
Views: 24,729
Posted By Haircut
Here:...

Here: http://msdn.microsoft.com/visualc/vctoolkit2003/


@ devicenull

Any chance of posting your batch file ... I saw your efforts in the other thread, this would help me out a lot.
Forum: Scripting Help 08-11-2004, 08:38
Replies: 4
Views: 1,255
Posted By Haircut
set_task Question.

If I use this code:

set_task(time, "do_stuff", id)

Where id is a players ID and that player leaves the server before the task is executed, what happens to the task?

I assume it gets...
Forum: Off-Topic 08-11-2004, 08:02
Replies: 15
Views: 6,608
Posted By Haircut
You have the correct entities for the Mod and...

You have the correct entities for the Mod and nothing missing or redundent. You'll take a hit when the server boots up but hey ... this is surely a good thing?
Forum: Suggestions / Requests 07-20-2004, 07:39
Replies: 14
Views: 3,160
Posted By Haircut
This would have to be MOD specific. DoD can...

This would have to be MOD specific.

DoD can do this without a plugin.
Showing results 1 to 25 of 40

 
Forum Jump

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


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