Ulysses
Ulysses Stuff => Suggestions => Topic started by: OmegaAlpha on January 21, 2007, 04:55:14 PM
-
We really need a plugin that you can tell what people to download. i hope someone gets me ???
-
You understand that the only folder Gmod 10 lua allows writing to is /data, right?
There is no way for lua to write to /maps
-
Create an Lua script named something like "ForceDL.lua" and place it in your "garrysmod/lua/autorun/server" folder.
Add the following line to your script for each file you wish to send to the clients.
resource.AddFile("<path to file>")
Replace <path to file> with the location of your file relative to the garrysmod root directory.
-
Thanks spbogie. I learn something new everyday witht this team.