Skip to content

Commit 1ffd8e8

Browse files
committed
Fix OnPlayerVanish and OnPlayerUnvanish hooks
1 parent cae1d0b commit 1ffd8e8

File tree

1 file changed

+51
-51
lines changed

1 file changed

+51
-51
lines changed

resources/Rust.opj

Lines changed: 51 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -21298,6 +21298,57 @@
2129821298
"BaseHookName": null,
2129921299
"HookCategory": "NPC"
2130021300
}
21301+
},
21302+
{
21303+
"Type": "Simple",
21304+
"Hook": {
21305+
"InjectionIndex": 48,
21306+
"ReturnBehavior": 0,
21307+
"ArgumentBehavior": 4,
21308+
"ArgumentString": "l0",
21309+
"HookTypeName": "Simple",
21310+
"Name": "OnPlayerVanish",
21311+
"HookName": "OnPlayerVanish",
21312+
"AssemblyName": "Assembly-CSharp.dll",
21313+
"TypeName": "ConVar.Debugging",
21314+
"Flagged": false,
21315+
"Signature": {
21316+
"Exposure": 2,
21317+
"Name": "invis",
21318+
"ReturnType": "System.Void",
21319+
"Parameters": [
21320+
"ConsoleSystem/Arg"
21321+
]
21322+
},
21323+
"MSILHash": "IzdN5chchqSU/SzhkwmVml/q0gPr+p3c6D+Ldw1JS3U=",
21324+
"HookCategory": "Player"
21325+
}
21326+
},
21327+
{
21328+
"Type": "Simple",
21329+
"Hook": {
21330+
"InjectionIndex": 92,
21331+
"ReturnBehavior": 0,
21332+
"ArgumentBehavior": 4,
21333+
"ArgumentString": "l0",
21334+
"HookTypeName": "Simple",
21335+
"Name": "OnPlayerUnvanish",
21336+
"HookName": "OnPlayerUnvanish",
21337+
"AssemblyName": "Assembly-CSharp.dll",
21338+
"TypeName": "ConVar.Debugging",
21339+
"Flagged": false,
21340+
"Signature": {
21341+
"Exposure": 2,
21342+
"Name": "invis",
21343+
"ReturnType": "System.Void",
21344+
"Parameters": [
21345+
"ConsoleSystem/Arg"
21346+
]
21347+
},
21348+
"MSILHash": "IzdN5chchqSU/SzhkwmVml/q0gPr+p3c6D+Ldw1JS3U=",
21349+
"BaseHookName": "OnPlayerVanish",
21350+
"HookCategory": "Player"
21351+
}
2130121352
}
2130221353
],
2130321354
"Modifiers": [
@@ -53667,57 +53718,6 @@
5366753718
"BaseHookName": "OnClanLogoChanged",
5366853719
"HookCategory": "Clan"
5366953720
}
53670-
},
53671-
{
53672-
"Type": "Simple",
53673-
"Hook": {
53674-
"InjectionIndex": 48,
53675-
"ReturnBehavior": 0,
53676-
"ArgumentBehavior": 4,
53677-
"ArgumentString": "l0",
53678-
"HookTypeName": "Simple",
53679-
"Name": "OnPlayerVanish",
53680-
"HookName": "OnPlayerVanish",
53681-
"AssemblyName": "Assembly-CSharp.dll",
53682-
"TypeName": "ConVar.Debugging",
53683-
"Flagged": false,
53684-
"Signature": {
53685-
"Exposure": 2,
53686-
"Name": "invis",
53687-
"ReturnType": "System.Void",
53688-
"Parameters": [
53689-
"ConsoleSystem/Arg"
53690-
]
53691-
},
53692-
"MSILHash": "IzdN5chchqSU/SzhkwmVml/q0gPr+p3c6D+Ldw1JS3U=",
53693-
"HookCategory": "Player"
53694-
}
53695-
},
53696-
{
53697-
"Type": "Simple",
53698-
"Hook": {
53699-
"InjectionIndex": 92,
53700-
"ReturnBehavior": 0,
53701-
"ArgumentBehavior": 4,
53702-
"ArgumentString": "l0",
53703-
"HookTypeName": "Simple",
53704-
"Name": "OnPlayerUnvanish",
53705-
"HookName": "OnPlayerUnvanish",
53706-
"AssemblyName": "Assembly-CSharp.dll",
53707-
"TypeName": "ConVar.Debugging",
53708-
"Flagged": false,
53709-
"Signature": {
53710-
"Exposure": 2,
53711-
"Name": "invis",
53712-
"ReturnType": "System.Void",
53713-
"Parameters": [
53714-
"ConsoleSystem/Arg"
53715-
]
53716-
},
53717-
"MSILHash": "IzdN5chchqSU/SzhkwmVml/q0gPr+p3c6D+Ldw1JS3U=",
53718-
"BaseHookName": "OnPlayerVanish",
53719-
"HookCategory": "Player"
53720-
}
5372153721
}
5372253722
],
5372353723
"Modifiers": [

0 commit comments

Comments
 (0)