Search found 1411 matches

by Ayuto
Sat Jan 30, 2021 10:04 am
Forum: Plugin Requests
Topic: [REQUEST]Hide Radar
Replies: 21
Views: 13787

Re: Hide Radar (toggleable)

Alternativley, you could also add pages to your popup to make it a little bit smaller.
by Ayuto
Sat Jan 30, 2021 10:02 am
Forum: Development Status Updates
Topic: Development status update (January 2021)
Replies: 0
Views: 9533

Development status update (January 2021)

It's time for another development status update! ⋅ Fixes: ⋅  Fixed some issues with weapon restrictions on games other than CS:S/CS:GO. ⋅  Fixed issue #315. ⋅ Additions: ⋅  Added CEnvProjectedTexture data. ⋅  Added KeyValues.load_from_buffe...
by Ayuto
Tue Jan 26, 2021 3:20 pm
Forum: Plugin Releases
Topic: [ANY] Weapon Zoom
Replies: 27
Views: 27643

Re: [ANY] Weapon Zoom

That looks great!! I would like to have one as well! :D
by Ayuto
Fri Jan 22, 2021 6:53 am
Forum: Plugin Releases
Topic: [ANY] Weapon Zoom
Replies: 27
Views: 27643

Re: [ANY] Weapon Zoom

No you are right you can use zoom for any weapon you want, that's why I linked to the buttons. I need to look into this on the weekend. Not sure if you can set buttons via name directly (like real life name of the button) or if you have to use the PlayerButtons. No, that's not possible. The client ...
by Ayuto
Fri Jan 15, 2021 12:27 pm
Forum: Plugin Releases
Topic: Grenades noblock
Replies: 3
Views: 3866

Re: Grenades noblock

Beside shortening the code, you can also speed it up and make it more readable. from listeners import OnNetworkedEntityCreated from weapons.manager import weapon_manager from entities.constants import CollisionGroup @OnNetworkedEntityCreated def on_entity_created(entity): if entity.classname...
by Ayuto
Tue Jan 12, 2021 7:11 am
Forum: Whatever
Topic: Server is hibernating. [CS:S]
Replies: 8
Views: 12694

Re: Server is hibernating. [CS:S]

There is a variable, but I'm not sure whether or not it is for CSS:
viewtopic.php?f=20&t=664&p=3642&hilit=Hibernate#p3642
by Ayuto
Wed Dec 30, 2020 10:01 pm
Forum: Development Status Updates
Topic: Development status update (December 2020)
Replies: 1
Views: 8445

Development status update (December 2020)

It's time for another development status update! ⋅ Fixes: ⋅  Fixed undefined symbols for CSendProxyRecipients. ⋅  Fixed server file not using the same encoding. ⋅  Fixed a problem with dangling references around ExtractPointer (issues #334, #372, #373). ⋅...
by Ayuto
Fri Dec 11, 2020 11:43 pm
Forum: General Discussion
Topic: Admin Plugin can't load
Replies: 7
Views: 5637

Re: Admin Plugin can't load

Yes, sorry, it's generated when SP is loaded the very first time. But then it defaults to english, so you must have changed that setting at some point.

Are those the full exceptions? They somehow seem to be truncated.
by Ayuto
Fri Dec 11, 2020 10:24 pm
Forum: General Discussion
Topic: Admin Plugin can't load
Replies: 7
Views: 5637

Re: Admin Plugin can't load

core_settings.ini is located in your cfg/source-python folder. But you don't need to switch back the language as you applied the actual fix. As you can see the plugin loads fine now. There are just three deprecation warnings, but can safely ignore them. With the next start of the server they won't a...
by Ayuto
Fri Dec 11, 2020 8:44 pm
Forum: Development Status Updates
Topic: Development status update (November 2020)
Replies: 0
Views: 8590

Development status update (November 2020)

It's time for another development status update! ⋅ Fixes: ⋅ Additions: ⋅  Exposed CSendProxyRecipients. ⋅  Exposed ArrayLengthProxyFn and added SendProp.array_length_proxy_function(). ⋅ Removals: ⋅ Changes: ⋅  Added proxy function...
by Ayuto
Fri Dec 11, 2020 7:41 pm
Forum: General Discussion
Topic: Admin Plugin can't load
Replies: 7
Views: 5637

Re: Admin Plugin can't load

It's an error in SP when using unicode characters in configuration files. In your case it happens if you change SP's language to Russian and try to load the SP Admin plugin. I just fixed the error: https://github.com/Source-Python-Dev-Team/Source.Python/commit/040295a5177ff0c30aefac5f6fd9db4740d9833...
by Ayuto
Wed Dec 09, 2020 6:38 pm
Forum: General Discussion
Topic: How/where can I get an old version of source-python. Some TF2 plugins cause seg faults
Replies: 7
Views: 5808

Re: How/where can I get an old version of source-python. Some TF2 plugins cause seg faults

If you start your server with the -debug option, it should create a debug.log upon crashing. That log should contain a little bit more information.

Also, are you able to reproduce the crash or does it seem to happen randomly?
by Ayuto
Wed Dec 09, 2020 6:26 pm
Forum: Plugin Development Support
Topic: [Cs:s] Custom Admin plugin log gives errors
Replies: 4
Views: 3714

Re: [Cs:s] Custom Admin plugin log gives errors

Try opening your file with utf-8 encoding in line 1267 of your admin plugin.

Btw. it's recommended to use the with-statement for opening files. It ensures that your file will be closed in any case (error or success).
by Ayuto
Sun Nov 15, 2020 4:44 pm
Forum: Development Status Updates
Topic: Development status update (October 2020)
Replies: 0
Views: 7922

Development status update (October 2020)

It's time for another development status update! ⋅ Fixes: ⋅  Fixed CS:GO assists. ⋅  Fixed issue #357. ⋅  Fixed CS:GO mvps, score and clan_tag. ⋅  Fixed GlobalEntityList.remove_listener. ⋅  Fixed PluginHasBuiltInName not being raised in all...
by Ayuto
Fri Oct 30, 2020 3:49 pm
Forum: Plugin Requests
Topic: [Cs:s] chat command to change map
Replies: 13
Views: 7445

Re: [Cs:s] chat command to change map

What's the output of "sp info". It might be a conflict with another server plugin.
by Ayuto
Fri Oct 30, 2020 8:23 am
Forum: Plugin Requests
Topic: HL2DM color text
Replies: 7
Views: 4674

Re: HL2DM color text

satoon101 wrote:Don't call the plugin 'colors'. There's a package called 'colors' inside SP itself, which is what is imported and causing that error.

I thought we would have a check for that in the plug-in loading logic :confused:
by Ayuto
Wed Oct 21, 2020 5:25 am
Forum: Plugin Requests
Topic: Can Anybody port SM Plugin to Source Python?
Replies: 19
Views: 16301

Re: Can Anybody port SM Plugin to Source Python?

That's actually not a lot :grin:

Go to advanced search