Search found 32 matches
- Fri Oct 13, 2023 1:40 am
- Forum: General Discussion
- Topic: Source 2, anybody?
- Replies: 11
- Views: 156283
Re: Source 2, anybody?
Wake up, Source.Python based on SourceMod
- Tue Sep 12, 2023 6:21 am
- Forum: Plugin Development Support
- Topic: [CS:S] Map Download
- Replies: 5
- Views: 104795
Re: [CS:S] Map Download
Solution. I wish somebody except me help you, because I don't have time to access PC, especially Source.Python
- Sun Sep 10, 2023 6:39 am
- Forum: Plugin Development Support
- Topic: [CS:S] Map Download
- Replies: 5
- Views: 104795
- Wed Jul 26, 2023 10:07 am
- Forum: Plugin Development Support
- Topic: Install Numpy?
- Replies: 2
- Views: 82404
Re: Install Numpy?
Old numpy, I think. Try to install numpy on python 3.6 by yourself and copy package into Source.Python
- Thu Jul 20, 2023 8:31 pm
- Forum: Plugin Development Support
- Topic: GameThread slow
- Replies: 32
- Views: 317308
Re: GameThread slow
Any help? All right. Do you sure that I/O operations have more priority in alternate threads? I/O operations in separate threads can have lower priority than main, which leads to block of the auxiliary thread
- Sun Jul 16, 2023 8:51 pm
- Forum: Plugin Development Support
- Topic: [TF2] Make Bot Walk
- Replies: 4
- Views: 76224
Re: [TF2] Make Bot Walk
I see. So you are using BotCmd to command bots, and also playerinfo to record player actions. Interesting.
- Sat Jul 15, 2023 9:18 pm
- Forum: Plugin Development Support
- Topic: [TF2] Make Bot Walk
- Replies: 4
- Views: 76224
Moving bots?
It's gonna make inaccuracy, no? How are you going to make bots aim? Is setting view possible for bots? I think yes, but the biggest question: how will you make bots fire?
- Wed Jun 07, 2023 8:19 pm
- Forum: General Discussion
- Topic: CS2: is this a wishful thinking or did they implement some gui?
- Replies: 8
- Views: 101525
Re: CS2: is this a wishful thinking or did they implement some gui?
Just wait for SDK
- Fri May 12, 2023 8:30 am
- Forum: Plugin Development Support
- Topic: Call AddLayeredSequence
- Replies: 5
- Views: 70825
Re: Call AddLayeredSequence
I sometimes don't understand hooking C++ functions, but in source there's 2 int arguments, while you waiting 3. Why?
- Wed Apr 26, 2023 5:32 pm
- Forum: Plugin Requests
- Topic: HL2DM: Bots on and off
- Replies: 11
- Views: 92396
Re: HL2DM: Bots on and off
Well, if nothing works, try delaying queue_command_string command. May be plugin switches bots after our command command. Also, debug this switch and look, if it at least runs
- Tue Apr 18, 2023 7:31 am
- Forum: General Discussion
- Topic: Bind C++ plugin to Python plugin
- Replies: 1
- Views: 55517
Crypto in cs:go plugin?
What? Crypto-currency in CS:GO plugin? You sure? I'm concerned about complexity between 2 languages, but Python and C++ related to each other, because Python based on C . By the way, Source.Python anyway based on C(++?) CS:GO SDK, so conversions Python —> C unavoidable. My question is alternative to...
- Wed Apr 12, 2023 9:27 am
- Forum: General Discussion
- Topic: Bind C++ plugin to Python plugin
- Replies: 1
- Views: 55517
Bind C++ plugin to Python plugin
As in the name said, I want to have 2 plugins: one C++, and one Python. The reason for this is DB . I want to create DB with ease (On Python) with some other features, where O(n) equals (or near) to one in python, while other logic write in C++. So, how do I get DB information from Source.Python plu...
- Sun Mar 26, 2023 5:17 pm
- Forum: General Discussion
- Topic: Source 2, anybody?
- Replies: 11
- Views: 156283
Source 2
We all preparing to that. Get ready to improve open-source SP2 as well
- Wed Dec 07, 2022 8:31 pm
- Forum: Plugin Development Support
- Topic: CSS: Moderator, connect/disconnect show
- Replies: 5
- Views: 27857
Re: CSS: Moderator, connect/disconnect show
from events import Event from messages import SayText2 moderator = ['[U:1:81936084]'] def load(): SayText2('[admin] Plugin loaded successfully!').send() def unload(): SayText2('[admin] Plugin unloaded successfully!').send() @Ev...
- Thu Oct 13, 2022 8:47 pm
- Forum: General Discussion
- Topic: Multiple Inheritance in Java
- Replies: 2
- Views: 12051
- Wed Oct 05, 2022 12:50 pm
- Forum: General Discussion
- Topic: Data bases
- Replies: 2
- Views: 13139
- Sun Sep 18, 2022 4:56 pm
- Forum: General Discussion
- Topic: Who thinks it's worth specifying which parameters to pass values to?
- Replies: 1
- Views: 6882
- Sun Sep 18, 2022 4:52 pm
- Forum: General Discussion
- Topic: The Python programming language for a beginner
- Replies: 2
- Views: 9809
Re: The Python programming language for a beginner
12 hours course. Any questions left: rewatch
- Sat Aug 27, 2022 6:59 pm
- Forum: Whatever
- Topic: Install Problem with Source Python on my CS;GO Server
- Replies: 1
- Views: 41060
- Sat Aug 27, 2022 6:57 pm
- Forum: General Discussion
- Topic: Is client in game
- Replies: 4
- Views: 10827
Why do you need it? Use listeners OnClientConnect, OnClientFullyConnect, OnClientPutInServer. If this is not solution for your problem, write more information about what/when you want something to do