Skip to content

Davisbe/myprinter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unfinished printer addon for Garry's Mod

This is a simple, unfinished printer addon, with the only unique thing being the way that the printers are added. Though not very practical, they are added using:

scripted_ents.Register()

This allows printers and their configurations to be saved in a MySQL database and the logic to be saved in a single "template" entity folder. I don't know how possible it would be to add the created printer entities to the f4 menu shop in DarkRP for example, as the printers are registered inside a GM:InitPostEntity() hook (both client-side and server-side).

This can only be looked at as a rough proof of concept.

About

A garry's mod printer addon

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages