Skip to content

Commit

Permalink
Fix OnPlayerVanish and OnPlayerUnvanish hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
MrBlue committed Dec 31, 2024
1 parent cae1d0b commit 1ffd8e8
Showing 1 changed file with 51 additions and 51 deletions.
102 changes: 51 additions & 51 deletions resources/Rust.opj
Original file line number Diff line number Diff line change
Expand Up @@ -21298,6 +21298,57 @@
"BaseHookName": null,
"HookCategory": "NPC"
}
},
{
"Type": "Simple",
"Hook": {
"InjectionIndex": 48,
"ReturnBehavior": 0,
"ArgumentBehavior": 4,
"ArgumentString": "l0",
"HookTypeName": "Simple",
"Name": "OnPlayerVanish",
"HookName": "OnPlayerVanish",
"AssemblyName": "Assembly-CSharp.dll",
"TypeName": "ConVar.Debugging",
"Flagged": false,
"Signature": {
"Exposure": 2,
"Name": "invis",
"ReturnType": "System.Void",
"Parameters": [
"ConsoleSystem/Arg"
]
},
"MSILHash": "IzdN5chchqSU/SzhkwmVml/q0gPr+p3c6D+Ldw1JS3U=",
"HookCategory": "Player"
}
},
{
"Type": "Simple",
"Hook": {
"InjectionIndex": 92,
"ReturnBehavior": 0,
"ArgumentBehavior": 4,
"ArgumentString": "l0",
"HookTypeName": "Simple",
"Name": "OnPlayerUnvanish",
"HookName": "OnPlayerUnvanish",
"AssemblyName": "Assembly-CSharp.dll",
"TypeName": "ConVar.Debugging",
"Flagged": false,
"Signature": {
"Exposure": 2,
"Name": "invis",
"ReturnType": "System.Void",
"Parameters": [
"ConsoleSystem/Arg"
]
},
"MSILHash": "IzdN5chchqSU/SzhkwmVml/q0gPr+p3c6D+Ldw1JS3U=",
"BaseHookName": "OnPlayerVanish",
"HookCategory": "Player"
}
}
],
"Modifiers": [
Expand Down Expand Up @@ -53667,57 +53718,6 @@
"BaseHookName": "OnClanLogoChanged",
"HookCategory": "Clan"
}
},
{
"Type": "Simple",
"Hook": {
"InjectionIndex": 48,
"ReturnBehavior": 0,
"ArgumentBehavior": 4,
"ArgumentString": "l0",
"HookTypeName": "Simple",
"Name": "OnPlayerVanish",
"HookName": "OnPlayerVanish",
"AssemblyName": "Assembly-CSharp.dll",
"TypeName": "ConVar.Debugging",
"Flagged": false,
"Signature": {
"Exposure": 2,
"Name": "invis",
"ReturnType": "System.Void",
"Parameters": [
"ConsoleSystem/Arg"
]
},
"MSILHash": "IzdN5chchqSU/SzhkwmVml/q0gPr+p3c6D+Ldw1JS3U=",
"HookCategory": "Player"
}
},
{
"Type": "Simple",
"Hook": {
"InjectionIndex": 92,
"ReturnBehavior": 0,
"ArgumentBehavior": 4,
"ArgumentString": "l0",
"HookTypeName": "Simple",
"Name": "OnPlayerUnvanish",
"HookName": "OnPlayerUnvanish",
"AssemblyName": "Assembly-CSharp.dll",
"TypeName": "ConVar.Debugging",
"Flagged": false,
"Signature": {
"Exposure": 2,
"Name": "invis",
"ReturnType": "System.Void",
"Parameters": [
"ConsoleSystem/Arg"
]
},
"MSILHash": "IzdN5chchqSU/SzhkwmVml/q0gPr+p3c6D+Ldw1JS3U=",
"BaseHookName": "OnPlayerVanish",
"HookCategory": "Player"
}
}
],
"Modifiers": [
Expand Down

0 comments on commit 1ffd8e8

Please sign in to comment.