alliedmodders / sourcemod

SourceMod - Source Engine Scripting and Administration
http://www.sourcemod.net/
973 stars 422 forks source link

[Help Wanted] How do I get TF2 Offsets? (Specifically "GiveNamedItem") #2182

Closed Latepoo closed 3 months ago

Latepoo commented 3 months ago

I'm trying to run a server with a plugin that needs TF2Items to run. When I launch the server it just gets stuck on this line of code indefinitely: image From my agonizing almost 6 hour research trying to fix this I've concluded that the "GiveNamedItem" offset is outdated and I don't know what to do in order to get the newest one. If someone has or knows how to get this offset it would be greatly appreciated. Thank you. Just to be clear I want to update this, its the key to ending my headache: image

Mikusch commented 3 months ago

These offsets are actually correct for the current version of the game, so I doubt TF2Items is the cause of this freeze. You should try removing/moving other third-party extensions or plugins to try and narrow it down.

NotnHeavy commented 3 months ago

For what it's worth, TF2Items automatically updates its offsets as far as I'm aware, so it doesn't typically require any maintenance.

Kenzzer commented 3 months ago

Please follow the Issue Template, secondly the problem you're creating a github issue for doesn't seem connected to sourcemod. It seems more likely to be a problem with a third-party extension. Try opening a forum thread on alliedmodders, or join the discord for more help, the nature of your issue seems like it will require a lot of back forth which isn't suitable in github issues.