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

Showing results 1 to 25 of 370
Search took 0.01 seconds.
Search: Posts Made By: XARIUS
Forum: General 10-27-2009, 07:42
Replies: 22
Views: 7,350
Posted By XARIUS
Re: Plugin Testers Needed!

Strange, during the warmup I'm blocking the "buy" console command. I'll do some testing on that to see what method autobuy uses.

Thanks for letting me know! I hope to finish up the last minute...
Forum: Scripting 10-22-2009, 21:09
Replies: 5
Views: 2,058
Posted By XARIUS
Re: Custom Admin Menu

I was unable (using the admin menu) to create a subcategory within a subcategory. The Wiki seems to state the same thing quite clearly:


Whether this is also true for custom built menus, I am...
Forum: Scripting 10-20-2009, 17:07
Replies: 1
Views: 970
Posted By XARIUS
Re: admin menu sorting & overrides

Bumping this because I need help on the same issue (which I thought I had solved). I was using LoadTopMenuConfig to load my plugins OWN sort file, only specifiying the categories in which I wanted...
Forum: General 10-20-2009, 07:51
Replies: 16
Views: 3,697
Posted By XARIUS
Re: New Plugin System?

Being a Firefox user, I've obviously used the addons site, and I find it easy to use, and relatively easy to find the addons I'm looking for.

That being said, I think having a discussion area for...
Forum: General 10-16-2009, 17:48
Replies: 22
Views: 7,350
Posted By XARIUS
Re: Plugin Testers Needed!

Update with a few new features. Check features list on first post. If you can give this a test, it would be greatly appreciated! I have not re-coded the tracers yet, so I recommend against using...
Forum: Scripting 10-16-2009, 06:55
Replies: 12
Views: 10,751
Posted By XARIUS
Re: GetRandomInt/SetRandomSeed

I didn't check to see what RoundFloat was returning. Previously, I had just tried using GetRandomInt as i had in the past, and it kept giving me 24, every single time.

I did some searching, saw a...
Forum: Scripting 10-15-2009, 22:26
Replies: 12
Views: 10,751
Posted By XARIUS
GetRandomInt/SetRandomSeed

I have the following code:


SetRandomSeed(RoundFloat(GetEngineTime()));
new rint = GetRandomInt(0,25);
warmupweapons[0] = weapons[rint];
LogMessage("Setting warmup weapon to random: %s (rint:...
Forum: Scripting 10-14-2009, 21:42
Replies: 5
Views: 2,058
Posted By XARIUS
Re: Custom Admin Menu

It was a bit of a pita, yes. But once you get the method down, it's simple to just loop thru a keyvalue file and insert the admin commands into your menu.
Forum: Scripting 10-14-2009, 21:14
Replies: 5
Views: 2,058
Posted By XARIUS
Re: Custom Admin Menu

Yes! I just did this, actually.

See the following post, admin files and source included. Feel free to borrow pieces.

http://forums.alliedmods.net/showthread.php?t=106087

It was my first...
Forum: General 10-14-2009, 20:47
Replies: 22
Views: 7,350
Posted By XARIUS
Re: Plugin Testers Needed!

I had problems with the lasers a long time ago causing client crashes. I thought I had it fixed.

The blood, you need to copy materials/particle/particledefault.vmt (it's on your server) into your...
Forum: General 10-14-2009, 19:22
Replies: 22
Views: 7,350
Posted By XARIUS
Re: Plugin Testers Needed!

NP, just a typo in the menu_settings file. Find sm_bling_eliteonly and change the info string from deagle to Elite
Forum: General 10-14-2009, 18:54
Replies: 22
Views: 7,350
Posted By XARIUS
Re: Plugin Testers Needed!

You probably just need to generate the config file again (erase it). I just tested, and it's putting all the proper cvar's in the config file.
Forum: General 10-14-2009, 17:35
Replies: 22
Views: 7,350
Posted By XARIUS
Re: Plugin Testers Needed!

New version added, but it doesn't have the warm-up round yet. I managed to knock out the admin menu complaints. Please check it out and let me know what you think of the solution! Also added Bank...
Forum: Scripting 10-14-2009, 10:57
Replies: 1
Views: 970
Posted By XARIUS
admin menu sorting & overrides

Need some help/advice. I've done a bit of research on sorting the admin menu and addressing override commands/flags. A plugin I'm writing adds it's own toplevel category, and numerous items within...
Forum: Plugins 10-14-2009, 08:44
Replies: 234
Views: 141,234
Posted By XARIUS
Re: Menu Based Rules (1.5.1, Updated: 10/29/08)

Hmm.. the menu gets displayed after PostAdminCheck, so it should for sure know who and who isn't an admin at that point. I'll add that to the list of things to check.

Thanks =)
Forum: General 10-14-2009, 08:42
Replies: 22
Views: 7,350
Posted By XARIUS
Re: Plugin Testers Needed!

No problem on fixing the bug. I used the same code for the single weapon only rounds in Bling, and it's working just fine (whatever was broken is now fixed).

I'll work on integrating the warmup...
Forum: General 10-13-2009, 21:02
Replies: 22
Views: 7,350
Posted By XARIUS
Re: Plugin Testers Needed!

Right now it's just steal a percentage of the cash on a knife kill. Would be easy enough to add a healthboost in there too.



I was just thinking about that today actually! All the weapon...
Forum: Plugins 10-13-2009, 19:55
Replies: 234
Views: 141,234
Posted By XARIUS
Re: Menu Based Rules (1.5.1, Updated: 10/29/08)

Hmm. Couldn't you setup clientprefs to use MySQL? When I originally wrote the plugin, I used clientprefs to store the daily rules acceptance.

If so, just have all your servers share the same...
Forum: General 10-13-2009, 07:53
Replies: 22
Views: 7,350
Posted By XARIUS
Re: Plugin Testers Needed!

I'll come up with some options that will allow admin's to choose what options are in the admin menu, and what restrictions they have. Currently everything is restricted to sm_kick access. I got...
Forum: Scripting 10-12-2009, 21:27
Replies: 5
Views: 1,524
Posted By XARIUS
Re: How can I remove menu item from !settings menu?

Sorry for the age bump on this. Did a function such as RemoveCookiePrefabMenu or RemoveCookieMenuItem ever get added?

I find myself in the same situation, needing to dynamically add or remove...
Forum: General 10-12-2009, 07:32
Replies: 22
Views: 7,350
Posted By XARIUS
Re: Plugin Testers Needed!

I personally wouldn't call it alpha at this point. All the basic functionality has been tested and is working. I just don't have heavy load environments in which to test it.

Interesting feature...
Forum: Plugins 10-12-2009, 07:25
Replies: 19
Views: 38,973
Posted By XARIUS
Re: Scout No Scope (Updated: v1.0.1, 10/12/08)

Here's a more official plugin which supports blocking the scope on all scoped weapons. Instead of updating my old ones, I put it in a new one I'd been working on which needs testing. =)
...
Forum: General 10-11-2009, 14:10
Replies: 22
Views: 7,350
Posted By XARIUS
Plugin Testers Needed!

Hello all!

I've been working on a new plugin over the last few weeks, as time permitted. I think it's ready to get some solid playtime testing.

Disclaimer: This plugin may not be for you! I...
Forum: Scripting 10-09-2009, 22:14
Replies: 1
Views: 1,588
Posted By XARIUS
Re: AddToTopMenu Category Problem?

Welp,

As per tradition, a few minutes after posting (and banging my head against it for about an hour), I found the problem.

At the bottom of my menu handler, I was issuing:
...
Forum: Scripting 10-09-2009, 21:57
Replies: 1
Views: 1,588
Posted By XARIUS
AddToTopMenu Category Problem?

Hello all, long time no see.

I've been passing the unemployment time by working on some sourcemod goodies again. This time, I decided to learn to modify the admin menu, categories, items etc.. ...
Showing results 1 to 25 of 370

 
Forum Jump

All times are GMT -4. The time now is 20:02.


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