• Entity folder is in FTP, but entity is not showing in Q menu
    4 replies, posted
The code for the shared.lua is this: ENT.Base = "base_nextbot" ENT.PrintName = " Aura's Clone NPC" ENT.Instructions = "NPC" ENT.Category = "Aura's Custom Entities" ENT.Spawnable = true ENT.AdminSpawnable = true The folder is located at /data/garrysmod/lua/entities/auraCloneAI It works fine in singleplayer, but when I bring it over there's no errors, it just does not appear in the Q menu
Show us you init.lua file
I figured it out, filezilla does not like when you have capital letters in your folder names, but thanks anyway.
Linux distros in general don't like capitals in file paths so that could be the issue
Most likely, most things that deal with file management are veryyyy picky
Sorry, you need to Log In to post a reply to this thread.