Search found 20 matches

by Tetragromaton
Tue Mar 31, 2020 2:38 pm
Forum: General Discussion
Topic: Resolve file using sourcepython
Replies: 2
Views: 21007

Resolve file using sourcepython

There is an extension that lets you resolve client side file here it is.
So is there anyway to request file from client using sourcepython plugin ?
by Tetragromaton
Tue Mar 10, 2020 6:24 pm
Forum: General Discussion
Topic: Close network connection to client
Replies: 2
Views: 16782

Close network connection to client

Hey guys, is there anyway to disconnect client from server by the way of closing connection to them, so client will just see that there is a server experiencing some troubles | Auto disconnect in N seconds ?
Is this possible to realise at the sourcepython level ?
by Tetragromaton
Sat Mar 07, 2020 9:14 am
Forum: Plugin Development Support
Topic: Unable to write table entity value
Replies: 1
Views: 11206

Unable to write table entity value

Hey guys, im on CSGO and i cant read/write the following property in my weapon entity. "m_szCustomName". How can i read or write some of the data of the prop that is inside of the table like Table: m_Item (offset 60) (type DT_ScriptCreatedItem) ? thanks from players._base import * from mes...
by Tetragromaton
Thu Mar 05, 2020 11:08 am
Forum: Plugin Development Support
Topic: Hooking instruction by its signature via plugin
Replies: 8
Views: 20038

Re: Hooking instruction by its signature via plugin

Thanks ! Is there a way to generate signature for instruction for x32 server.so file ? Just pretty annoying to update adress every game update.
by Tetragromaton
Tue Mar 03, 2020 3:21 pm
Forum: Plugin Releases
Topic: [CSGO] No Danger Zone Disarm
Replies: 0
Views: 20632

[CSGO] No Danger Zone Disarm

Plugin prevents players to disarm eachother using the Hands weapon.
P.S You gonna need to update all the data in plugin each update of the game, so you warned !
Download:https://github.com/Tetragromaton/SourcePython-NoDisarmMod-CSGO
Preview:https://youtu.be/V1k76SyDqq4
by Tetragromaton
Tue Mar 03, 2020 2:21 pm
Forum: General Discussion
Topic: SourcePython conflicts with Sourcemod plugins
Replies: 18
Views: 34764

Re: SourcePython conflicts with Sourcemod plugins

No i had no plugin_load in server.cfg file, btw it resolved for now.
by Tetragromaton
Tue Mar 03, 2020 9:53 am
Forum: General Discussion
Topic: SourcePython conflicts with Sourcemod plugins
Replies: 18
Views: 34764

Re: SourcePython conflicts with Sourcemod plugins

Yes, it seems to be working fine now by removing that lines from code.
by Tetragromaton
Tue Mar 03, 2020 9:49 am
Forum: General Discussion
Topic: SourcePython conflicts with Sourcemod plugins
Replies: 18
Views: 34764

Re: SourcePython conflicts with Sourcemod plugins

Unknown command "sm" [Source.Python] Loading... [Source.Python] Loaded successfully. Loaded plugin "addons/source-python" IMPORTANT: Please copy the full output. -------------------------------------------------------- Checksum : f75d06317fa76ac5eee52dbd4aafc42e Date : 2020-03-0...
by Tetragromaton
Tue Mar 03, 2020 9:44 am
Forum: General Discussion
Topic: SourcePython conflicts with Sourcemod plugins
Replies: 18
Views: 34764

Re: SourcePython conflicts with Sourcemod plugins

Unknown command "sm" [Source.Python] Loading... [Source.Python] Loaded successfully. Loaded plugin "addons/source-python" Setting mapgroup to 'mg_active' Usage: host_workshop_collection <fileid> Usage: workshop_start_map <fileid> NET_CloseAllSockets ---- Host_NewGame ----
by Tetragromaton
Tue Mar 03, 2020 9:41 am
Forum: General Discussion
Topic: SourcePython conflicts with Sourcemod plugins
Replies: 18
Views: 34764

Re: SourcePython conflicts with Sourcemod plugins

In console Unknown command "sm", and then sourcepython loading, i guess even removing that lines will not resolve problem of MySQL compatibility in future.
by Tetragromaton
Tue Mar 03, 2020 9:21 am
Forum: General Discussion
Topic: SourcePython conflicts with Sourcemod plugins
Replies: 18
Views: 34764

Re: SourcePython conflicts with Sourcemod plugins

Yes i use latest build for csgo
by Tetragromaton
Tue Mar 03, 2020 9:17 am
Forum: General Discussion
Topic: SourcePython conflicts with Sourcemod plugins
Replies: 18
Views: 34764

Re: SourcePython conflicts with Sourcemod plugins

Even without .vdf file, and having only string that loads sourcepython in autoexec.cfg, it loads yes, but still conflicting with the same error.

Code: Select all

[SM] Exception reported: Entity Outputs are disabled - See error logs for details
by Tetragromaton
Tue Mar 03, 2020 9:06 am
Forum: General Discussion
Topic: SourcePython conflicts with Sourcemod plugins
Replies: 18
Views: 34764

Re: SourcePython conflicts with Sourcemod plugins

Created autoexec.cfg, on load in console i see this weird thing [SP] Encountered a Warning: File '..sys', line 1: RuntimeWarning to-Python converter for EventVarType already registered; second conversion method ignored. [SP] Encountered a Warning: File '..sys', line 1: RuntimeWarning to-Python conve...
by Tetragromaton
Tue Mar 03, 2020 8:23 am
Forum: General Discussion
Topic: SourcePython conflicts with Sourcemod plugins
Replies: 18
Views: 34764

Re: SourcePython conflicts with Sourcemod plugins

Tried to put this into server.cfg file, it results the same error above.
by Tetragromaton
Tue Mar 03, 2020 8:17 am
Forum: General Discussion
Topic: SourcePython conflicts with Sourcemod plugins
Replies: 18
Views: 34764

Re: SourcePython conflicts with Sourcemod plugins

Thanks but i have no autoexec.cfg configs on the server. Attempt to do plugin_load addons/source-python after all plugins loaded on sourcemod side, results that sourcepython throws the following exception [Source.Python] Failed to load the main module due to following exception: Traceback (most rece...
by Tetragromaton
Tue Mar 03, 2020 7:17 am
Forum: General Discussion
Topic: SourcePython conflicts with Sourcemod plugins
Replies: 18
Views: 34764

SourcePython conflicts with Sourcemod plugins

Ok so, i've installed SourcePython and then i've noticed that my sourcemod plugins started making unexpected things and stops working in some cases. So are SourcePython incompatible with Sourcemod ? L 03/03/2020 - 10:11:43: [SM] Exception reported: Entity Outputs are disabled - See error logs for de...
by Tetragromaton
Tue Mar 03, 2020 6:52 am
Forum: Plugin Development Support
Topic: Hooking instruction by its signature via plugin
Replies: 8
Views: 20038

Hooking instruction by its signature via plugin

Hello guys, im new on sourcepython and I dont want to mess with sourcepawn extensions just to hook one single instruction in the server code, so i need your guys help, how can i hook instruction in server.so file ? I'm already have signature of this code and my objective to do atleast notify for all...

Go to advanced search