Author Topic: Garry's Mod Download Style.  (Read 626 times)

Well, I have been asking my self this for a very long time now.

"Why doesn't blockland have an option too Download Anything not just sound's and have a .dts for it such as an ERROR symbol." But have it the ability to toggle so such as

Code: [Select]
if(%client.Toggle= 0)
{
//DownloadFunction
}
else
{
if(%client.Toggle = 1)
  {
    //Set Shape Of Error
    Return;
  }
}

Vehicles, mount points, where weapons fire from, etc. would all be messed up to clients not downloading things. It'd appear like you shot someone with on the giant ERROR vehicle, but actually you missed since on the real model they're in a different place, etc.

Because .DTS files are much smaller and easily transferred than Source .Mdl files.

And i don't want a crappy ERROR Vehicle showing up all the time.
Also, One of the reasons why ERROR Shows up on Gmod is since that if you don't have the right to download models from a game which you don't have
(Though that's not the case with PHX.Ect)