TomGrobbe / MenuAPI

FiveM C# Menu API. Designed specifically as a replacement of NativeUI for vMenu. Full safezone scaling supported, both left and right aligned menus supported.

Home Page:https://docs.vespura.com/mapi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Invisible Menu

pizzadox11 opened this issue · comments

Hello, I tried almost all the versions of MenuAPI and they all work but the menu seems to be invisible? Im able to control the menu but I cant see anything.

Im on windows 8.1 with latest version of gtav and fivem

any ideas?

Untitled
as you can see i can open menus but the menu it self wont showup

other menus that arent based on this are working fine such as txadmin menu
i tried to delete fivem and install it back again
i deleted any scripthook/non original game files
i tried to launch the server with/without sets sv_scriptHookAllowed true/false

heres my server config
`This file is a minimal version of the default config file.
This is NOT supposed to be enough for a fully running server.
Please read the fivem documentation:
https://docs.fivem.net/docs/server-manual/server-commands/
https://docs.fivem.net/docs/server-manual/setting-up-a-server/

You CAN edit the following:
endpoint_add_tcp "0.0.0.0:30120"
endpoint_add_udp "0.0.0.0:30120"
sv_maxclients 48
set steam_webApiKey "none"
sets tags "default, deployer"

You MAY edit the following:
sv_licenseKey "123"
sv_hostname "[VCUI]Remastered Vice City United Islands Freeroam"
sets sv_projectName "[CFX Default] testerr"
sets sv_projectDesc "Recipe for the base resources required to run a minimal FiveM server."
sets locale "root-AQ"
sets sv_scriptHookAllowed true

These resources will start by default.
ensure mapmanager
ensure chat
ensure spawnmanager
ensure sessionmanager
ensure basic-gamemode
ensure hardcap
ensure vc
ensure coords
ensure limits
ensure poccemod

Add system admins
add_ace group.admin command allow # allow all commands
add_ace group.admin command.quit deny # but don't allow quit
add_principal identifier.fivem:3333894 group.admin #Redoggg`

i see no errors in f8 console

citizenfx log wont show any errors too
[ 1262281] [ GTAProcess] 6824/ Loaded MenuAPI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null into ScriptDomain_1353541647 [ 1262312] [ GTAProcess] 6824/ Instantiated instance of script MenuAPI.MenuController.

i will try to reinstall gtav and everything else again... but im pretty sure its not the problem.. ill update if ill find a way to fix it

not working even after deleting everything gta related on pc, even uninstalled social club+fivem+fresh server..

guys sorry for the dumb but turns out its was a problem in my end..
so its was because of my custom map
if anyone else runs into such issue make sure you included all necessary assets in images.meta overwise such stuff will bugout be aware!