ThymonA / menuv

FiveM menu library for creating menu's with NUI
https://menuv.fivem.io/api/
GNU General Public License v3.0
114 stars 131 forks source link

Script dependencies #54

Closed PhoenixGamer339 closed 2 years ago

PhoenixGamer339 commented 2 years ago

Hey, does menuv have a dependency?

I want to use the libary for my scripts and want to make sure menuv is installed

( @ThymonA )

PhoenixGamer339 commented 2 years ago

@ThymonA

Mobius1 commented 2 years ago

MenuV is standalone.

PhoenixGamer339 commented 2 years ago

So you can´t leave an dependency in your own scripts @Mobius1

SkylarPlayz348 commented 2 years ago

@PhoenixGamer339 All you need to do is make sure MenuV is started before that script and have @menuv/menuv.lua at the top your client scripts in the fxmanifest. Anyone correct me if I'm wrong

PhoenixGamer339 commented 2 years ago

Thanks :)