• Something like GetModelPath() ?
    2 replies, posted
Hello. I would like to create a command that prints the model path of an entity. For example, something like this: local ent = player:GetActiveWeapon() print(ent:GetModelPath) this prints, something like: model/weapons/example/example.mdl I have to use this because I changed pointshop, and I have to add 50+ weapons. Download weapon per weapon and extract it to see the model path is too boring.
GetModel() or use the spawnmenu to browse and copy the model paths.
I remember that GetModel() give you only the .mdl, I want the path.
Sorry, you need to Log In to post a reply to this thread.