RSSy MYGO.pl Posted November 15, 2019 RSSy Share Posted November 15, 2019 Related Plugins: [ANY] Dev Cmds [ANY] Input Hooks [ANY] TempEnt Hooks [ANY] UserMsg Hooks About: Prints Temp Entities data to chat (client) or console (server). Can specify which TempEnts to listen for or filter out. Example command: sm_te_watch "Dynamic Light,Sprite" For more info on TempEnts: https://wiki.alliedmods.net/TempEnts...eMod_SDKTools) TempEnts List https://wiki.alliedmods.net/Mod_TempEnt_List_(Source) Or command: sm_print_telist. 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.0 (15-Oct-2019) - Initial release. Installation: Click "Get Plugin" and put the .smx file into your servers \addons\sourcemod\plugins\ folder. Attached Files Get Plugin or Get Source (tempent_hooks.sp - 11.2 KB) Wyświetl pełny artykuł Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now