It's been a while since I've coded, but I am currently struggling

It has been a while since I last coded for FiveM, and now I am struggling with something. I cannot seem to find the following:

/shirt,

/pants,

/shoes,

and so on.

Could anyone please help me out with this? My brain is about to explode from frustration.

FYI: the clothing system we’re using is illenium-appearance idk if this could help

The script(s) you’re using probably has support for it, I’m personally not familiar with illenium-appearance, however if I were you I’d open your entire resources folder in VSCode and did a text lookup for the command keywords and see if you can find something.

Hi,

I’m not entirely sure I understand your query. However, if you’re simply trying to locate a specific command within your files, you can use Notepad++ to help streamline the search. Here’s how you can efficiently find what you’re looking for:

  1. Open Notepad++: Launch the application on your computer.
  2. Set the File Filter: Before you search, set the filter to *.lua. This will restrict the search to only Lua files, which can significantly speed up the process.
  3. Search for the Command:
  • Press CTRL + F to open the Find dialog.
  • Enter the command you’re searching for in the search bar.
  • Make sure to check the option to ‘Search in all open documents’ or ‘Find in Files’ if you’re searching through multiple documents.

This method should help you quickly locate the command you’re interested in. Let me know if you meant something different with your question or if you need further assistance!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.