Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.
/ GMperf Public archive

GMod developer tools addon to improve performances.

License

Notifications You must be signed in to change notification settings

ImagicTheCat/GMperf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GMperf

GMperf

This is a GMod developer tools addon to improve performances.

⚠️
Even if it shouldn’t be unstable or unsafe, this is a development addon that should be carefully used.

Command-line

The gmperf console command is available for superadmins.

gmperf codegui [reset]

Open a GUI to run shared code (client-side/server-side). The local variable runner contains the player running the code. If reset is passed, the GUI is rebuilt.

API

GMperf is exposed as a global when loaded.

-- libs
GMperf.ELProfiler -- https://github.com/ImagicTheCat/ELProfiler

-- Send message to player console (net limit).
GMperf.SendConsole(player, msg)

About

GMod developer tools addon to improve performances.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages