Raised This Month: $ Target: $400
 0% 

Showing results 1 to 25 of 65
Search took 0.02 seconds.
Search: Posts Made By: Monolyth
Forum: Module Coding 02-02-2005, 19:55
Replies: 25
Views: 14,451
Posted By Monolyth
I don't know, but trying to use the AMX Mod X...

I don't know, but trying to use the AMX Mod X v1.0 module does not work w/MySQL 4.1.9



And like I said before with the new module, if there is any data in the table it completely nukes hlds...
Forum: Module Coding 02-02-2005, 03:49
Replies: 25
Views: 14,451
Posted By Monolyth
Don't know about anyone else, but after running...

Don't know about anyone else, but after running this module, it initially creates the table just fine, after I add any admins at all and change the map insta-segmentation fault during level load.
...
Forum: Off-Topic 09-26-2004, 21:00
Replies: 57
Views: 10,509
Posted By Monolyth
Hehe "Hobbes" is a tyrannical beast, ruling his...

Hehe "Hobbes" is a tyrannical beast, ruling his kingdom with an iron paw! Hehe j/k, but actually one of my friends swears my cat is the devil...kind of a short long story :P Won't go into it right...
Forum: Trash 09-26-2004, 06:49
Replies: 197
Views: 71,473
Posted By Monolyth
Okay I've been running this on our cstrike server...

Okay I've been running this on our cstrike server for awhile now, and it works quite well...with the recent .20 RC6 I occasionally get a runtime error, turned on debugging to find out exactly where...
Forum: Off-Topic 09-26-2004, 06:12
Replies: 57
Views: 10,509
Posted By Monolyth
*sigh*...And the map manager plugin fails to...

*sigh*...And the map manager plugin fails to change the map on time yet again...*grumbles*

http://www.monolyth.org/images/angry.jpg
Forum: (OLD) Bug Reports 09-24-2004, 19:31
Replies: 8
Views: 3,153
Posted By Monolyth
public eBombPlanted() if ( g_C4Timer != -2 )...

public eBombPlanted()
if ( g_C4Timer != -2 ) {
if (BombPlanted) announceEvent(g_Planter, "SET_UP_BOMB" )
g_C4Timer = get_cvar_num("mp_c4timer") - 2
...
Forum: (OLD) Bug Reports 09-23-2004, 21:30
Replies: 8
Views: 3,153
Posted By Monolyth
Actually I had to do some researching into how...

Actually I had to do some researching into how the miscstats work, and found that yes it does actually get set to explode +2 seconds after the countdown is done. Which is why it seems to take so...
Forum: Approved Plugins 09-23-2004, 19:20
Replies: 762
Views: 250,519
Posted By Monolyth
@skulldiggers - I don't think that line is write,...

@skulldiggers - I don't think that line is write, do you have amx_debug set to atleast 1? and do you have mapmanager running in debug mode in your plugins.ini file...

mapmanager.amxx debug

Also...
Forum: Approved Plugins 09-21-2004, 22:07
Replies: 762
Views: 250,519
Posted By Monolyth
Hey guys sorry about that, Had to nuke my...

Hey guys sorry about that,
Had to nuke my windows install so I could start dual-booting Nix.

Okay, I've seen the end round bugs a couple of times I'll have a look at it, and let you guys know....
Forum: Approved Plugins 09-17-2004, 01:44
Replies: 762
Views: 250,519
Posted By Monolyth
BB: I have sent you my latest and greatest...

BB:
I have sent you my latest and greatest build, this fixes the elusive freezetime/random map time change. Also I have submitted you the "language file" version.

Now on to other bugs, thus far I...
Forum: Approved Plugins 09-16-2004, 13:23
Replies: 762
Views: 250,519
Posted By Monolyth
How many maps do you have on your server? ...

How many maps do you have on your server?

EDIT - If you have over 128 please go into the sma file and modify the following constant:

#define MAX_MAPS_AMOUNT 128

change that to a number a bit...
Forum: Approved Plugins 09-16-2004, 13:11
Replies: 425
Views: 474,631
Posted By Monolyth
You won't have errors if you are running .16, but...

You won't have errors if you are running .16, but .20 I've seen this problem on 2 servers I've configged with .20-RC5.
Forum: Approved Plugins 09-15-2004, 12:49
Replies: 425
Views: 474,631
Posted By Monolyth
Here is a .20-RC5 version, that has been working...

Here is a .20-RC5 version, that has been working very well on our CStrike 1.6 server, I had to mod it to fix a crash bug with bomb explosions, I also checked bikini's tennis ball and it should work...
Forum: Approved Plugins 09-15-2004, 12:21
Replies: 762
Views: 250,519
Posted By Monolyth
Another source of these problems are file...

Another source of these problems are file permissions, which I've already gone through nearly a whole night of explaining/fixing a guys permissions problem. If you are on windows it's no big deal,...
Forum: Approved Plugins 09-15-2004, 00:58
Replies: 762
Views: 250,519
Posted By Monolyth
L 09/14/2004 - 23:21:14: [amx_dmap.amxx]...

L 09/14/2004 - 23:21:14: [amx_dmap.amxx] DeagsMapManager - 5 Maps were not loaded because they were the last maps played, or defined twice, or banned.

A recent part of a log file. It grabbed all...
Forum: Approved Plugins 09-14-2004, 19:24
Replies: 762
Views: 250,519
Posted By Monolyth
Reason for the error for previous maps not being...

Reason for the error for previous maps not being banned is the directory issue. It was looking in the configs directory for the file, but it was not there.

BigBaller will be posting a new .20...
Forum: Trash 09-14-2004, 14:40
Replies: 78
Views: 20,432
Posted By Monolyth
Stats are 100% with a few display issues, but as...

Stats are 100% with a few display issues, but as it was said before, they have not done any work to it recently, somehow I would guess stats are secondary to ohhh say the core? hehe :D

I did have...
Forum: Scripting Help 09-13-2004, 23:56
Replies: 4
Views: 1,306
Posted By Monolyth
Change the i<=maptypecount to i<maptypecount

Change the i<=maptypecount to i<maptypecount
Forum: Approved Plugins 09-13-2004, 12:07
Replies: 762
Views: 250,519
Posted By Monolyth
Just looked at my code again guys, and noticed a...

Just looked at my code again guys, and noticed a small "conversion" error with the rock the vote section, I'm sure someone of you have probably seen the problem where rockthevote doesn't properly...
Forum: Approved Plugins 09-12-2004, 23:09
Replies: 762
Views: 250,519
Posted By Monolyth
Baller: It was back on Page 27 I believe is...

Baller:
It was back on Page 27 I believe is when I posted the .20 stuff:

Here's the changelog from that page:

.20 Beta 3 - 08-24-2004
+All output now written to support Languages.

.20 Beta...
Forum: Approved Plugins 09-06-2004, 13:21
Replies: 762
Views: 250,519
Posted By Monolyth
Also you may want to try dmap_strict 0 ...

Also you may want to try dmap_strict 0

Sorry, hehe forgot about that one.
Forum: Approved Plugins 09-05-2004, 18:20
Replies: 762
Views: 250,519
Posted By Monolyth
enforce_timelimit 0

enforce_timelimit 0
Forum: Approved Plugins 09-01-2004, 00:26
Replies: 762
Views: 250,519
Posted By Monolyth
Yes that is a good idea, but there is a lot to...

Yes that is a good idea, but there is a lot to implementing something like that. This plugin, is rather, well not very well designed. It was made, then improvements were made, and made, and made, and...
Forum: Approved Plugins 08-31-2004, 11:04
Replies: 762
Views: 250,519
Posted By Monolyth
@Cable Guy: Make sure that you have a file in...

@Cable Guy:
Make sure that you have a file in your map_manage folder called "mapvault.dat", if you do the settings should be working. If not then I would check the permissions on the folder, this...
Forum: Approved Plugins 08-29-2004, 14:58
Replies: 762
Views: 250,519
Posted By Monolyth
You can d/l it off the first page.

You can d/l it off the first page.
Showing results 1 to 25 of 65

 
Forum Jump

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


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