blumlaut
Results
32
comments of
blumlaut
Of course RegisterServerEvent wont work on the clientside, do note this issue specifically states "RegisterNetEvent on **Server Side**"
> Could you please point me to the doc which states that RegisterNet and Server are interchangeable? it doesn't, but looking at scheduler: ``` function RegisterNetEvent(eventName) local tableEntry = eventHandlers[eventName]...