Page 1 of 1

Installation and configuration sourcepython

Posted: Thu Aug 06, 2020 4:03 am
by tonline_kms65
Hello everyone.
How can I know that source python is running?
For example, sourcemod in the console I write sm plugins list, but how can I find out here?

And another question - Counter-Strike:Source sourcepython will work?

Re: Installation and configuration sourcepython

Posted: Thu Aug 06, 2020 8:52 am
by MrMalina
Hey.

You can type "sp" in the console to make sure source.python works.

Example:
https://ibb.co/RjXxnHh

To see a list of running plugins, you can type this command: "sp plugin list"

Example:
https://ibb.co/6Bcrfn7

And another question - Counter-Strike:Source sourcepython will work?

Yes, works pretty good.

Re: Installation and configuration sourcepython

Posted: Thu Aug 06, 2020 2:14 pm
by tonline_kms65
Thanks for the answer.
I enter sp in the console, writes-Unknown command: sp. In other words, source python is not running.
Where can I find a tutorial on installing and running source python?

Re: Installation and configuration sourcepython

Posted: Thu Aug 06, 2020 3:06 pm
by MrMalina
Installation information is available on the wiki: http://wiki.sourcepython.com/general/installation.html

Re: Installation and configuration sourcepython

Posted: Thu Aug 06, 2020 3:32 pm
by tonline_kms65
MrMalina wrote:Installation information is available on the wiki: http://wiki.sourcepython.com/general/installation.html

Ok! It works!
Thanks!

Such a question: is the speed of source. python slower than sourcepawn?

Re: Installation and configuration sourcepython

Posted: Thu Aug 06, 2020 4:30 pm
by MrMalina
Not everywhere.
There are places where it is slower, for example: PreHook set_transmit/SetClientListening in source.python is much slower than in sourcepawn. In other cases, everything is fine. This is what I worked with, other people can give other examples.

Re: Installation and configuration sourcepython

Posted: Tue Sep 22, 2020 8:32 am
by SuperDarkRPG
Same problem for me

Re: Installation and configuration sourcepython

Posted: Wed Sep 23, 2020 12:04 am
by arawra
SuperDarkRPG wrote:Same problem for me


What have you tried so far? What is the output of "sp" in your server console?