View Single Post
sneaK
SourceMod Moderator
Join Date: Feb 2015
Location: USA
Old 11-11-2016 , 22:02   Re: [ANY] Showtriggers
Reply With Quote #2

Nice idea! I've found myself wanting to display triggers in a live server before, but not possible due to the sv_cheats requirement.

A couple compilation warnings:

Code:
// G:\sourcemod 1.8\scripting\showtriggers.sp(32) : warning 234: symbol "FindSendPropOffs" is marked as deprecated: Use FindSendPropInfo instead, or HasEntProp if you just want to check for existence.
//
//
// G:\sourcemod 1.8\scripting\showtriggers.sp(37) : warning 234: symbol "FCVAR_PLUGIN" is marked as deprecated: No logic using this flag ever existed in a released game. It only ever appeared in the first hl2sdk.
Compiled against SM 1.8.

Tested, works well with CS:GO!
__________________

Last edited by sneaK; 11-11-2016 at 22:14.
sneaK is offline