Scripthook enabled

can someone plss tell me how do i enable my scripthook in my server plsss?

See https://docs.fivem.net/docs/server-manual/setting-up-a-server-vanilla/#servercfg

# This allows players to use scripthook-based plugins such as the legacy Lambda Menu.
# Set this to 1 to allow scripthook. Do note that this does _not_ guarantee players won't be able to use external plugins.
sv_scriptHookAllowed 0

Hello, in your server.cfg change the

sv_scriptHookAllowed 0

to

sv_scriptHookAllowed 1

0 = false
1 = true

thank you

thank youuu!!!