We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 828f664 commit bb864deCopy full SHA for bb864de
api/AltV.Net/Alt.RegisterEvents.cs
@@ -689,7 +689,7 @@ public static void RegisterEvents(object target)
689
typeof(IPlayer), typeof(int)
690
});
691
if (scriptFunction == null) return;
692
- OnFire += (source, sceneId) =>
+ OnRequestSyncScene += (source, sceneId) =>
693
{
694
scriptFunction.Set(source);
695
scriptFunction.Set(sceneId);
0 commit comments