View Single Post
Powerlord
AlliedModders Donor
Join Date: Jun 2008
Location: Seduce Me!
Old 04-23-2014 , 14:48   Re: SendProxy Manager
Reply With Quote #262

Quote:
Originally Posted by Mitchell View Post
in my newbiness of compiling extensions, what would need to be changed in this extension for it to work in cs:go, i have a few ideas that could use this.

yes, changing the item definition index of an deagle to act like an awp is one of them!
You're aware that this plugin uses GameData and most games don't have the UpdateOnRemove function it hooks?

Edit: Having said that, it appears that CS:GO does have this offset at offset 109 Windows/110 Linux on the CCSPlayer class. See attached file. Now, unfortunately the MSVC projects and the Makefile would have to be updated... it's actually probably easier to create new ones based on these than try to update the existing ones.

Besides which, you're only changing what the client thinks the netprop value is, not the actual value on the server.
Attached Files
File Type: txt sendproxy.txt (350 Bytes, 1168 views)
__________________
Not currently working on SourceMod plugin development.

Last edited by Powerlord; 04-23-2014 at 15:03.
Powerlord is offline