Jeez im making alot of threads today.
Ok so how do i add custom player models to the server and make sure that the client actually downloads them?
Put them in the models folder, then make sure sv_allowdownload is set to 1
[QUOTE=Kamern;22424907]Put them in the models folder, [b]then make sure sv_allowdownload is set to 1[/b][/QUOTE]
Or set it to 0 and enable fastdl, which is better.
-snip- stupid question.
[editline]11:47PM[/editline]
[QUOTE=darksoul69;22426044]Or set it to 0 and enable fastdl, which is better.[/QUOTE]
Where do i enable the fastdl?
[QUOTE=Pruneyboy;22426929]Where do i enable the fastdl?[/QUOTE]
Read this
[url]http://wiki.garrysmod.com/?title=Setting_up_sv_downloadurl[/url]
If u are gonna enable fast download your going to have to force download them
For example:
You want to force download combine_SkIn.mdl
You put resource.Addfile ("models/weapons/combine_SkIn.mdl")
To avoid any problems with force download, always use resource.AddSingleFile ("") and ALWAYS double check to make sure the file names are identical.
Sorry, you need to Log In to post a reply to this thread.