Search found 129 matches

by D3CEPTION
Sun Feb 07, 2016 10:22 pm
Forum: General Discussion
Topic: Clearing Model Cache
Replies: 13
Views: 10114

Clearing Model Cache

Hello Fellows, i am trying to figure out if there is a way to use SP ( maybe memory hook ) to clear model cache from the server and even client? ( clearing of a specific model OR even the entire cache) lets say i am spawning many DIFFERENT models on the server and client, but are going towards the c...
by D3CEPTION
Sat Feb 06, 2016 2:47 pm
Forum: Plugin Development Support
Topic: Splitting an int into a list of subints (addition)
Replies: 7
Views: 5249

although, should it be required from a responder, i am happy to try to answer every single question from now on :)
by D3CEPTION
Sat Feb 06, 2016 2:44 pm
Forum: Plugin Development Support
Topic: Splitting an int into a list of subints (addition)
Replies: 7
Views: 5249

Yes, and it's absolutely reasonable to ask that. It's just funny that YOU are asking that, because I have asked you the same question multiple times, when you asked me questions on steam. Moreover, you haven't answered my questions on the other thread. As a result of this it's not fun at all to hel...
by D3CEPTION
Sat Feb 06, 2016 12:00 am
Forum: Plugin Development Support
Topic: Splitting an int into a list of subints (addition)
Replies: 7
Views: 5249

btw: i think he is trying to limit the elements ( not the number size ) so you could try sthn like this : def create_int_list(myint,element_limit): mylist = [] while sum(mylist) != myint: mylist = [] takeint = myint for add in range(1,element_limit+1): try: subint = random.ra...
by D3CEPTION
Fri Feb 05, 2016 11:57 pm
Forum: Plugin Development Support
Topic: Splitting an int into a list of subints (addition)
Replies: 7
Views: 5249

Ayuto wrote:Funny that you are saying this. :D


are you talking to me?

i am trying to help him, but he already posted the answer in his question, so i was confused what he is actually trying to do
by D3CEPTION
Fri Feb 05, 2016 11:19 pm
Forum: Plugin Development Support
Topic: Splitting an int into a list of subints (addition)
Replies: 7
Views: 5249

you should probably tell us what you are trying to achieve with this
by D3CEPTION
Fri Feb 05, 2016 9:01 pm
Forum: General Discussion
Topic: Adding Custom Modules
Replies: 4
Views: 4006

okay i updated my modules env, its working now, thanks ayuto! Yes, it doesn't matter whether they are dll/pyd files or normal py files. The only thing that matters is that the containing directory is in sys.path (all of the three mentioned directories are in sys.path). thats very easy, great :) i ju...
by D3CEPTION
Fri Feb 05, 2016 8:12 pm
Forum: General Discussion
Topic: Adding Custom Modules
Replies: 4
Views: 4006

site-packages should be placed here: https://github.com/Source-Python-Dev-Team/Source.Python/tree/master/addons/source-python/packages/site-packages custom SP packages here: https://github.com/Source-Python-Dev-Team/Source.Python/tree/master/addons/source-python/packages/custom i know about those, ...
by D3CEPTION
Thu Feb 04, 2016 9:35 pm
Forum: General Discussion
Topic: Adding Custom Modules
Replies: 4
Views: 4006

Adding Custom Modules

Hello Everyone :rolleyes: , MY GOAL: trying to add a custom c/c++ module into sp to later import in a script from.. STEPS TAKEN: step1) aquired a .pyd file via anaconda of my desired module. ( anaconda = python distribution) step2) putting the same ".pyd" into "csgo\addons\source-python\Python3\plat...

Go to advanced search