@WdoyleThe event doesn't triggers for me. What did i mess up?
I tested with JS and C#.
My Server-Side C# code:
NAPI.ClientEvent.TriggerClientEvent(player, "startWelcomeCutscene", 0, "John");
My Server-Side JS code:
player.call("startWelcomeCutscene",[0, John])
The event just doesn't trigger, the code runs towards.