Search found 90 matches

by necavi
Mon May 23, 2016 7:13 pm
Forum: Plugin Development Support
Topic: OnWeaponReloaded listener?
Replies: 35
Views: 24662

Re: OnWeaponReloaded listener?

Note: That event won't be called if the weapon is completely out of ammo (if I recall right).
by necavi
Sun May 22, 2016 12:58 am
Forum: News & Announcements
Topic: NewPerms branch has been merged
Replies: 7
Views: 23176

Re: NewPerms branch has been merged

Ah, yes. That means the permissions node "admin.kick" which, by convention would be the "admin" module/plugin with a command "kick", yes.
by necavi
Sat May 21, 2016 11:24 pm
Forum: News & Announcements
Topic: NewPerms branch has been merged
Replies: 7
Views: 23176

Re: NewPerms branch has been merged

Where exactly in the documentation do you see admin.kick? Most likely that is a permissions node, not actually a command. Permissions nodes are "defined" simply by asking NewPerms if a user has that permission. In the case of a command that is done automatically when a user types the comma...
by necavi
Tue Apr 19, 2016 4:44 am
Forum: News & Announcements
Topic: phpBB3!!
Replies: 20
Views: 46956

Re: phpBB3!!

Is there a repo for the SPPM yet? I'd love to look it over and contribute.
by necavi
Tue Apr 19, 2016 2:59 am
Forum: News & Announcements
Topic: phpBB3!!
Replies: 20
Views: 46956

Re: phpBB3!!

Meeeee! I mean, for me it doesn't matter too much as I just setup an extra css stylesheet to correct the width, I just figured that other people might have the same issue.
by necavi
Tue Apr 19, 2016 2:44 am
Forum: News & Announcements
Topic: phpBB3!!
Replies: 20
Views: 46956

Re: phpBB3!!

I definitely like the new forum overall but I would definitely prefer it if the page-width class had a max-width of ~1600px, the forums end up being so tiny on a 1920x1080 screen as it currently is.
by necavi
Sat Mar 26, 2016 11:48 pm
Forum: Plugin Development Support
Topic: General Listeners Questions
Replies: 1
Views: 2772

General Listeners Questions

What is the best way to find out what the listeners module return? Relatedly, what's the earliest listener that will allow me to access the network id of a client?
by necavi
Sat Mar 26, 2016 9:11 pm
Forum: Plugin Releases
Topic: Admin Commands
Replies: 9
Views: 11677

Quite late but I've updated this plugin for the new SourcePython versions, thus fixing that particular bug.
by necavi
Mon Mar 21, 2016 9:47 pm
Forum: Plugin Releases
Topic: SP Webmin Early Alpha
Replies: 10
Views: 21400

Thanks! I forgot to add that, I will do so when I get home.
by necavi
Mon Mar 21, 2016 6:22 am
Forum: Plugin Releases
Topic: SP Webmin Early Alpha
Replies: 10
Views: 21400

A very basic demo is available here.

Note: There are a few pages that appear blank - this is intentional, they're works in progress.
You are also (should be) unable to edit anything, but it should give you a basic look at what's available.
by necavi
Sat Mar 19, 2016 5:34 am
Forum: Plugin Releases
Topic: SP Webmin Early Alpha
Replies: 10
Views: 21400

Another development update: Added ban listing/adding/etc: http://i.imgur.com/vhs1jPo.png http://i.imgur.com/ZkZx5Ed.png I'm not very happy with how it turned out looking so expect to see some more iterations as time goes on. Upcoming tasks: - Setting up permissions for *everything* (adding, viewing,...
by necavi
Thu Mar 17, 2016 4:11 pm
Forum: General Discussion
Topic: ArcRPG: Proof of concept
Replies: 23
Views: 16857

Is the source code available anywhere?
by necavi
Thu Mar 17, 2016 4:01 pm
Forum: General Discussion
Topic: ArcRPG: Proof of concept
Replies: 23
Views: 16857

Very nice! I like it! :D
by necavi
Thu Mar 17, 2016 2:11 am
Forum: Plugin Releases
Topic: SP Webmin Early Alpha
Replies: 10
Views: 21400

As I look into this further I realize that, being as I do not currently run any servers/communities I would strongly benefit from a partner who does. Is there anyone who would be interested in being the primary tester for this project? Working with me to figure out the best way to layout the website...
by necavi
Mon Mar 14, 2016 2:11 am
Forum: Plugin Releases
Topic: SP Webmin Early Alpha
Replies: 10
Views: 21400

Ahhh, yes, I'm sorry. I failed to explain that this is technically stand-alone from SourcePython, but this was the best place I could think to place it.
by necavi
Mon Mar 14, 2016 1:44 am
Forum: Plugin Releases
Topic: SP Webmin Early Alpha
Replies: 10
Views: 21400

What do you mean? The screenshots I shared are actually pulling directly from my SourcePython server's database.
by necavi
Sun Mar 13, 2016 11:37 pm
Forum: Plugin Releases
Topic: SP Webmin Early Alpha
Replies: 10
Views: 21400

SP Webmin Early Alpha

SP Webmin is a Source Python equivalent of the Sourcebans project. This project ties closely with the NewPerms branch of SourcePython, allowing much easier management of the powerful yet complex permissions structure added by that branch. This is an extremely early alpha to demonstrate future capabi...
by necavi
Sat Mar 12, 2016 4:55 pm
Forum: Plugin Development Support
Topic: Prevent Double Jump
Replies: 10
Views: 8285

If I recall correctly from my SourcePawn days, there's an event for when a player's ground ent changes (e.g. they hit the ground), you could just have a boolean set when a player jumps and unset when their ground ent changes to 0 (or any value other than -1)
by necavi
Thu Feb 04, 2016 2:35 pm
Forum: Plugin Development Support
Topic: eval() security
Replies: 8
Views: 6629

in python, eval() can basically _never_ be secure. I'd recommend creating a dictionary of the commands you want to be run and using that for your subcommands.
by necavi
Thu Jan 28, 2016 9:17 pm
Forum: Plugin Development Support
Topic: SRCDS integration with the webserver
Replies: 16
Views: 14425

Personally I'd be interested to see an attempt to run a webserver from srcds directly, at least for certain testing environments.

Go to advanced search