Grocel / 3D-Stream-Radio

It is an spawnable scripted entity for Garry's Mod that allows you to play online streams and local files as 3D world sound.
https://steamcommunity.com/sharedfiles/filedetails/?id=246756300
17 stars 4 forks source link

Add support for PermaProps #5

Closed Grocel closed 4 years ago

Grocel commented 5 years ago

PermaProps uses non-standard methods for storing and restorting entities on a map between sessions. At the moment this addon only supports the official duplication API for storing entity data so it works with every duplication/persisting addon that uses the duplication API. PermaProps is, because of its non-standard implementation, not supported yet.

Fortunately PermaProps has an API for custom entity handling: https://github.com/MalboroDEV/PermaProps/blob/master/lua/permaprops/sv_specialfcn.lua

Grocel commented 4 years ago

Done with 85fcc4fe92eff424d1c54d364188df4ebcc21c62.