Raised This Month: $32 Target: $400
 8% 

Showing results 1 to 8 of 8
Search took 0.01 seconds.
Search: Posts Made By: psychonic
Forum: Coding MM:S Plugins & SM Extensions 07-25-2018, 20:20
Replies: 369
Views: 259,774
Posted By psychonic
Re: Signature Request Thread

For what it's worth, the function you're probably looking for is CPureFileTracker::DoesFileMatch.
Forum: Coding MM:S Plugins & SM Extensions 08-15-2016, 18:07
Replies: 369
Views: 259,774
Posted By psychonic
Re: Signature Request Thread

You'll need to specify what game.
Forum: Coding MM:S Plugins & SM Extensions 08-04-2016, 15:51
Replies: 369
Views: 259,774
Posted By psychonic
Re: Signature Request Thread

Most or all of those are virtual functions. You'd have an easier time just grabbing the virtual offsets and calling/hooking them that way.
Forum: Coding MM:S Plugins & SM Extensions 01-24-2015, 17:09
Replies: 369
Views: 259,774
Posted By psychonic
Re: Signature Request Thread

You don't need a byte signature to call it in CS:S. You can just call RemoveEntity on IServerTools.

https://github.com/alliedmodders/hl2sdk/blob/css/public/toolframework/itoolentity.h#L208
Forum: Coding MM:S Plugins & SM Extensions 01-24-2015, 15:56
Replies: 369
Views: 259,774
Posted By psychonic
Re: Signature Request Thread

https://github.com/alliedmodders/sourcemod/blob/master/gamedata/sm-cstrike.games/game.csgo.txt#L71
Forum: Coding MM:S Plugins & SM Extensions 10-27-2014, 14:14
Replies: 369
Views: 259,774
Posted By psychonic
Re: Signature Request Thread

Indeed. Being non-virtual, it was probably affected by LTCG (only applicable right now on CS:GO and Dota 2, only on Windows). This affects the calling convention, often changing the actual count of...
Forum: Coding MM:S Plugins & SM Extensions 10-27-2014, 13:25
Replies: 369
Views: 259,774
Posted By psychonic
Re: Signature Request Thread

For CS:GO on Windows, you're in for an extra bit of hurt for any non-virtual and non-public functions as many of them have been optimized by link-time code generation (LTCG), leading to non-standard...
Forum: Coding MM:S Plugins & SM Extensions 06-06-2012, 18:59
Replies: 369
Views: 259,774
Posted By psychonic
Re: Signature Request Thread

Well with functions like Touch and StartTouch, which many entities override, only specifically getting the CBaseEntity version isn't likely to yield desired results, which is where virtual...
Showing results 1 to 8 of 8

 
Forum Jump

All times are GMT -4. The time now is 18:34.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode