AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   [ANY] TempEnt Hooks - DevTools (1.4) [28-Jan-2024] (https://forums.alliedmods.net/showthread.php?t=319684)

Silvers 11-15-2019 03:47

[ANY] TempEnt Hooks - DevTools (1.4) [28-Jan-2024]
 
6 Attachment(s)


Related Plugins:


About:


TempEnts List


Admin Commands: (requires "z" flag)

PHP Code:

sm_te_listen    // Starts listening to all TempEnts. Filters or listens for TempEnts using the filter and listen cvars.
sm_te_stop      // Stop printing TempEnts.
sm_te_watch     // Start printing TempEnts. Usage: sm_tempent_watch <TempEnt names to watch, separate by commas> 




ConVars:

Saved to tempent_hooks.cfg in your servers \cfg\sourcemod\ folder.

PHP Code:

// Do not hook and these TempEnts, separate by commas (no spaces). Only works for sm_te_listen command.
sm_tempent_filter "Footprint Decal,Blood Stream"

// Only hook and display these TempEnts, separate by commas (no spaces). Only works for sm_te_listen command.
sm_tempent_listen ""

// 0=Off. 1=Log TempEnts data when listening.
sm_tempent_logging "0"

// TempEnt Hooks plugin version.
sm_tempent_version 




Changes:
Code:

1.4 (28-Jan-2024)
    - Fixed memory leak caused by clearing StringMap/ArrayList data instead of deleting.

1.3 (11-Dec-2022)
    - Changes to fix compile warnings on SourceMod 1.11.

1.2 (30-Sep-2020)
    - Fixed compile errors on SM 1.11.

1.1 (10-May-2020)
    - Various changes to tidy up code.
    - Various optimizations and fixes.

1.0 (15-Oct-2019)
    - Initial release.




Installation:
  1. Click "Get Plugin" and put the .smx file into your servers \addons\sourcemod\plugins\ folder.


All times are GMT -4. The time now is 10:32.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.