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

Showing results 1 to 25 of 224
Search took 0.01 seconds.
Search: Posts Made By: DynamicBits
Forum: Approved Plugins 12-12-2018, 20:43
Replies: 1,026
Views: 683,165
Posted By DynamicBits
Re: Deagles' Map Management 3.23

Make sure you're using the latest version. If you are, that thread is a better place to post. Also, be sure to check the Common Issues...
Forum: New Plugin Submissions 12-23-2015, 18:31
Replies: 268
Views: 120,104
Posted By DynamicBits
Re: Deagles' Map Manager v3.25Beta

It may not output an error message, but the source code has been changed before being compiled. The screenshots in this post (https://forums.alliedmods.net/showpost.php?p=1646845&postcount=21) show...
Forum: New Plugin Submissions 12-23-2015, 02:05
Replies: 268
Views: 120,104
Posted By DynamicBits
Re: Deagles' Map Manager v3.25Beta

I never really stopped, but forward progress has been moving slower than I anticipated. I changed too much at once, and now when I go to work on it again, I have to spend too much time going over...
Forum: New Plugin Submissions 12-22-2015, 19:58
Replies: 268
Views: 120,104
Posted By DynamicBits
Re: Deagles' Map Manager v3.25Beta

I used to include the compiled version, but the forum rules no longer allow that. You'll have to compile it yourself on your server. The web compiler doesn't work and I can't fix it.





I...
Forum: New Plugin Submissions 06-03-2015, 19:39
Replies: 268
Views: 120,104
Posted By DynamicBits
Re: Deagles' Map Manager v3.25Beta

If the server is actually crashing, that sounds like a different problem. If you mean the lag before a vote, there is no simple answer. I've tested with over 500 maps and I didn't have the same...
Forum: New Plugin Submissions 05-30-2015, 14:31
Replies: 268
Views: 120,104
Posted By DynamicBits
Re: Deagles' Map Manager v3.25Beta

I am so sorry I missed your question. I just checked my e-mail and I did have one with your question in it, but I overlooked it. Wow.. sorry!

I looked through the code and there really isn't any...
Forum: New Plugin Submissions 02-16-2015, 21:20
Replies: 268
Views: 120,104
Posted By DynamicBits
Re: Deagles' Map Manager v3.25Beta

Are you using the lastest version? I'm guessing you're using v3.24 or older since I added support for RTV with mp_timelimit = 0 in v3.25Beta. The DMAP_NO_TIMELIMIT translation key doesn't even exist...
Forum: Approved Plugins 05-29-2014, 14:47
Replies: 65
Views: 86,156
Posted By DynamicBits
Re: Molotov Cocktail v3.30 - Released April 13, 2014

For the record, I sent you a PM over a month ago requesting more information about this problem. I also set up a czero server with this plugin enabled and let it run for 2 weeks straight. It didn't...
Forum: New Plugin Submissions 05-09-2014, 17:17
Replies: 268
Views: 120,104
Posted By DynamicBits
Re: Deagles' Map Manager v3.25Beta

Like fysiks said, you'll have to narrow it down to a specific plugin. Maybe there will be a workaround I can implement. If not, you may have to stop using the conflicting plugin.

If you're unable...
Forum: Approved Plugins 04-13-2014, 20:25
Replies: 65
Views: 86,156
Posted By DynamicBits
Re: Molotov Cocktail v3.20

This is the final version 3.30, but I'm sure there will be a v3.31 at some point. Most likely, the biggest change in terms of lines of code modified will be when I implement multilingual support....
Forum: Approved Plugins 04-13-2014, 18:42
Replies: 65
Views: 86,156
Posted By DynamicBits
Re: Molotov Cocktail v3.20

I just uploaded v3.30. Here are the changes:

* Version 3.30 (2014-04-13)
- (Beta) Day of Defeat support was added
- (Beta) Team Fortress Classic support was added
- (Untested)...
Forum: New Plugin Submissions 02-19-2014, 16:09
Replies: 268
Views: 120,104
Posted By DynamicBits
Re: Deagles' Map Manager v3.25Beta

See the amx_staytime and amx_emptymap CVARs.






Hmm.. that doesn't sound right. Can both of you please show me the output of the dmap_status command?
Forum: Approved Plugins 02-19-2014, 12:58
Replies: 1,026
Views: 683,165
Posted By DynamicBits
Re: Deagles' Map Management 3.23

First, you need to go to this thread and upgrade to a version that is supported. v3.23 is no longer supported.

To disable the logs, look in the source for the following:
// Comment out the...
Forum: New Plugin Submissions 01-09-2014, 22:49
Replies: 268
Views: 120,104
Posted By DynamicBits
Re: Deagles' Map Manager v3.25Beta

That matches what I see in the dictionary file you sent me... You changed it and that is causing the problem. This is the same cause as the last time you had an issue. The direct cause of that error...
Forum: Scripting Help 01-04-2014, 14:57
Replies: 7
Views: 2,507
Posted By DynamicBits
Re: set_user_frags/fm_set_user_frags/set_pev(..pev_frags..) Doesn't Work Properly in

I started looking at other classes to see if there was something I was missing. Apparently m_iClientFrags is just pretend frags because "real_frags" exists in CBaseEntity. It looks like...
Forum: Scripting Help 01-03-2014, 18:15
Replies: 7
Views: 2,507
Posted By DynamicBits
Re: set_user_frags/fm_set_user_frags/set_pev(..pev_frags..) Doesn't Work Properly in

Thanks to joropito (https://forums.alliedmods.net/member.php?u=48840), I made some progress with regards to the private data:
die__process_function: tag not supported (template_type_parameter)!...
Forum: Scripting Help 01-03-2014, 11:27
Replies: 7
Views: 2,507
Posted By DynamicBits
Re: set_user_frags/fm_set_user_frags/set_pev(..pev_frags..) Doesn't Work Properly in

I tried Ham_AddPoints and Ham_AddPointsToTeam and neither seems to have any effect.





Hmm... Once you mentioned it, I searched, but I haven't been able to find a list anywhere. Via Google, I...
Forum: Scripting Help 01-02-2014, 19:21
Replies: 7
Views: 2,507
Posted By DynamicBits
set_user_frags/fm_set_user_frags/set_pev(..pev_frags..) Doesn't Work Properly in TFC

In TFC, I am unable to set a player's frags ("score" on scoreboard) and have it stick. The below code sets every player in the server to 100 frags. The scoreboard updates and shows a score of 100 for...
Forum: General 01-02-2014, 12:10
Replies: 1
Views: 4,207
Posted By DynamicBits
Re: Bad entity in IndexOfEdict

I realize this is an old thread, but it is the first Google result for certain searches. With the declining popularity of TFC, this is a more obscure problem and I thought it would be nice to have an...
Forum: New Plugin Submissions 01-01-2014, 02:53
Replies: 268
Views: 120,104
Posted By DynamicBits
Re: Deagles' Map Manager v3.25Beta

Fair enough. I guess what I should have said was the file sizes aren't even close. The 1.8.1 (and 1.8.0, and probably older) compiler compiles the 3.25Beta source into a 112 KiB file, whereas the...
Forum: New Plugin Submissions 12-30-2013, 13:51
Replies: 268
Views: 120,104
Posted By DynamicBits
Re: Deagles' Map Manager v3.25Beta

Well, for starters, trying to upload any file gives the following error: "You must upload a valid file!". If I paste the source in, it used to compile and provide a link to the .amxx, but as of...
Forum: Approved Plugins 12-30-2013, 12:17
Replies: 65
Views: 86,156
Posted By DynamicBits
Re: Molotov Cocktail v3.20

Yea, I fixed it when I was working on porting this plugin to DOD. The TFC port revealed another bug that I fixed. So, yes, you can expect a version that works for DOD and TFC. I've got the general...
Forum: New Plugin Submissions 12-30-2013, 00:56
Replies: 268
Views: 120,104
Posted By DynamicBits
Re: Deagles' Map Manager v3.25Beta

That's not what anyone was referring to, but since you brought it up: the web compiler doesn't work for this plugin. Plus, this plugin simply will not work without additional files (which need...
Forum: New Plugin Submissions 12-29-2013, 14:09
Replies: 268
Views: 120,104
Posted By DynamicBits
Re: Deagles' Map Manager v3.25Beta

I'm not able to reproduce your problem. Please make a zip/rar/7z/tgz/bz2 file of your cstrike directory and upload it to a file-sharing site and PM me the link. (You can sign up with my Dropbox...
Forum: Approved Plugins 12-29-2013, 13:42
Replies: 1,026
Views: 683,165
Posted By DynamicBits
Re: Deagles' Map Management 3.23

Version 3.24 has been released.

Please see the new thread for this plugin.


--
Andy
Showing results 1 to 25 of 224

 
Forum Jump

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


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