mirror of
https://github.com/alliedmodders/sourcemod.git
synced 2025-12-06 18:08:36 +00:00
parent
db8bb68be6
commit
dc3b32f1da
@ -5,7 +5,6 @@
|
||||
{
|
||||
"Offsets"
|
||||
{
|
||||
//This sucks, this comment HAS to stay, if you remove it, sourcemod WILl crash, why? Ask god.
|
||||
"EntityListeners"
|
||||
{
|
||||
"windows" "131108"
|
||||
@ -195,6 +194,13 @@
|
||||
{
|
||||
"Offsets"
|
||||
{
|
||||
"EntityListeners"
|
||||
{
|
||||
"windows" "131108"
|
||||
"windows64" "262200"
|
||||
"linux" "131108"
|
||||
"linux64" "262200"
|
||||
}
|
||||
"EndTouch"
|
||||
{
|
||||
"windows" "100"
|
||||
|
||||
@ -24,6 +24,16 @@
|
||||
"linux" "@_ZN14CBaseAnimating16LookupAttachmentEPKc"
|
||||
"mac" "@_ZN14CBaseAnimating16LookupAttachmentEPKc"
|
||||
}
|
||||
"FireOutput"
|
||||
{
|
||||
/* CBaseEntityOutput::FireOutput */
|
||||
/* String: "(%0.2f) output: (%s,%s) -> (%s,%s,%.1f)" */
|
||||
"library" "server"
|
||||
"windows" "\x55\x8B\xEC\x81\xEC\x40\x01\x00\x00\x8B\xC1"
|
||||
"windows64" "\x48\x8B\xC4\x48\x89\x50\x10\x48\x89\x48\x08\x41\x54"
|
||||
"linux" "@_ZN17CBaseEntityOutput10FireOutputE9variant_tP11CBaseEntityS2_f"
|
||||
"linux64" "@_ZN17CBaseEntityOutput10FireOutputE9variant_tP11CBaseEntityS2_f"
|
||||
}
|
||||
}
|
||||
"Offsets"
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user