Where to find the /relog command

Hi Team,

I am just trying to track down the /relog command so I can disable it

Any help is much appreciated

Edit: Perfect way to find it as per solution. In this case esx>esx_multicharacter>client>main.lua

Open your resources folder in VSCode, do a text lookup for 'relog' - if it doesn’t find it, look for the native to register chat command and find where it’s registered - you can then just disable the command so players cant use it, assuming there’s no other way to trigger the event associated with it.

1 Like