Search found 23 matches

by Killer0561
Wed Feb 13, 2019 9:21 am
Forum: General Discussion
Topic: DL Link Source.Python
Replies: 4
Views: 3861

Re: DL Link Source.Python

Thank you very much for your detailed answer. Then I'll do it the way you suggested. Thanks for the fast reply. Then this thread can be closed.

greeting, Killer0561 (Sascha)
by Killer0561
Wed Feb 13, 2019 1:41 am
Forum: General Discussion
Topic: DL Link Source.Python
Replies: 4
Views: 3861

Re: DL Link Source.Python

He was unknown to me. So is it advisable to run via "sp update" to update Source.Python? Have now entered the command in the autoexec.cfg. So after every server restart to a new version is checked.

greeting, Killer0561 (Sascha)
by Killer0561
Wed Feb 13, 2019 12:03 am
Forum: General Discussion
Topic: DL Link Source.Python
Replies: 4
Views: 3861

DL Link Source.Python

Hello everybody, I'm currently working on a script, which should automatically update Source.Python. The last year the Build Bot has changed, the download links do not work anymore. As an example: With Sourcemod this was solved over a php script. This url will automatically download the last stable ...
by Killer0561
Sun Nov 27, 2016 3:02 pm
Forum: Plugin Requests
Topic: Plugins converts from Eventscripts to Source Python
Replies: 35
Views: 25871

Re: Plugins converts from Eventscripts to Source Python

Code: Select all

SayText2('\x04[Saysounds] \x03Es wird bereits der Sound {0} abgespielt!'.format(text)).send(index_from_userid(game_event['userid']))

I wanted to have the team color after the \x03, but it is shown to me lightgreen. Has something gone wrong?

- Killer0561
by Killer0561
Sat Nov 26, 2016 10:33 pm
Forum: Plugin Requests
Topic: Show-Damage Plugin
Replies: 3
Views: 4584

Re: Show-Damage Plugin

23:30:59 ese convert showdamage 23:32:09 es_load showdamage 23:32:09 [SP] Encountered a Warning: File '../addons/source-python/packages/site-packages/path.py', line 1713: DeprecationWarning path is deprecated. Use Path instead. [SP] Encountered a Warning: File '../addons/source-python/plugins/es_em...
by Killer0561
Sat Nov 26, 2016 9:14 pm
Forum: Plugin Requests
Topic: Show-Damage Plugin
Replies: 3
Views: 4584

Show-Damage Plugin

Hello,

i'm looking for the possibility to convert the show-damage plugin from Eventscripts to SourcePython. Can someone please help me here?

Show-Damage v2.5 (2010-04-16) - http://forums.eventscripts.com/viewtopic.php?t=24250 -

- Killer0561
by Killer0561
Fri Nov 25, 2016 6:52 pm
Forum: Plugin Requests
Topic: Plugins converts from Eventscripts to Source Python
Replies: 35
Views: 25871

Re: Plugins converts from Eventscripts to Source Python

Hi, i have all times this error: 19:42:48 [SP] Loading plugin 'saysounds'... [SP] Caught an Exception: Traceback (most recent call last): File "../addons/source-python/packages/source-python/plugins/manager.py", line 75, in __missing__ instance = self.instance(plugin_name, self.base_import...
by Killer0561
Sat Apr 02, 2016 6:18 pm
Forum: Plugin Requests
Topic: Plugins converts from Eventscripts to Source Python
Replies: 35
Views: 25871

Hello satoon, thanks for the intermediate state.

- Killer0561
by Killer0561
Wed Mar 30, 2016 8:42 am
Forum: Plugin Requests
Topic: Plugins converts from Eventscripts to Source Python
Replies: 35
Views: 25871

Any news for sound duration 0? Because a long time has indeed passed.

- Killer0561
by Killer0561
Sun Dec 20, 2015 4:28 pm
Forum: General Discussion
Topic: Source.Python & SourceMod clashing
Replies: 5
Views: 5337

How to fix this?

Linux Debian Jessie, amd64

Linux version 3.16.0-4-amd64 (debian-kernel@lists.debian.org) (gcc version 4.8.4)
(Debian 4.8.4-1) #1 SMP Debian 3.16.7-ckt11-1+deb8u6 (2015-11-09)

CS:S and TF2 works fine, no problems, only CSGO have problems ;)

- Killer0561
by Killer0561
Sat Dec 19, 2015 8:31 am
Forum: General Discussion
Topic: Source.Python & SourceMod clashing
Replies: 5
Views: 5337

Can confirm this, same problem here.
All Plugins disabled in sp and sm, already used the update Guide.

Source Python: 206
Metamod: 1.10.7-snap948
Sourcemod: 1.7.3-snap5283

- Killer0561
by Killer0561
Fri Dec 11, 2015 7:05 pm
Forum: Plugin Requests
Topic: Anti rush Plugin
Replies: 1
Views: 3646

Anti rush Plugin

Can someone describe this plugin for Source Python?

http://addons.eventscripts.com/addons/view/anti_rush


- Killer0561
by Killer0561
Thu Nov 26, 2015 12:34 pm
Forum: Plugin Requests
Topic: Plugins converts from Eventscripts to Source Python
Replies: 35
Views: 25871

Thank you very much for replay, i will test it today and give Feedback.

- Killer0561
by Killer0561
Thu Nov 26, 2015 8:50 am
Forum: Plugin Requests
Topic: Plugins converts from Eventscripts to Source Python
Replies: 35
Views: 25871

I desperately needed to fix, because playing multiple and overlapping of sounds is constantly abused.

- Killer0561
by Killer0561
Wed Nov 18, 2015 4:44 pm
Forum: Plugin Requests
Topic: Plugins converts from Eventscripts to Source Python
Replies: 35
Views: 25871

Overlapping is still working. I have test it.

How to fix?


- Killer0561
by Killer0561
Mon Nov 16, 2015 11:31 pm
Forum: Plugin Requests
Topic: Plugins converts from Eventscripts to Source Python
Replies: 35
Views: 25871

Hello satoon,

many thanks for the quick response.

What limit are you looking for? A limit on the number of sounds played per map? Per round? Per player?


If it is possible to limit per player. (Maximum 3 Sounds).


- Killer0561
by Killer0561
Mon Nov 16, 2015 8:35 pm
Forum: Plugin Requests
Topic: Plugins converts from Eventscripts to Source Python
Replies: 35
Views: 25871

Can me anyone help?

Need it :)
by Killer0561
Tue Nov 03, 2015 1:12 pm
Forum: Plugin Requests
Topic: Plugins converts from Eventscripts to Source Python
Replies: 35
Views: 25871

I have found this Plugin and write in > Saysounds: from engines.sound import SOUND_FROM_WORLD from engines.sound import Sound from events import Event from messages import SayText2 _sounds = { 'test': Sound((), SOUND_FROM_WORLD, 'saysounds/test.mp3', download=True), ...
by Killer0561
Mon Nov 02, 2015 9:18 am
Forum: Plugin Requests
Topic: Plugins converts from Eventscripts to Source Python
Replies: 35
Views: 25871

Last 3 Plugins needed:

- Saysounds (write the filename in chat and play the file for all)
- Roundendsounds (play a sound at the end of the round)
- Serverad (server live status in chat with game menu to connect)

Thanks in advance

- Killer0561
by Killer0561
Sun Oct 25, 2015 8:35 am
Forum: Plugin Requests
Topic: Plugins converts from Eventscripts to Source Python
Replies: 35
Views: 25871

Hello Jerome69, thank you for your showdamage plugin.

- Killer0561

Go to advanced search