View Single Post
Author Message
chromatikmoniker
Junior Member
Join Date: Apr 2024
Old 05-01-2024 , 22:01   [ANY] Target Addcond
Reply With Quote #1

A plugin that was made for admins to put the addcond conditions onto specified clients when sv_cheats 1 is enabled, you'd typically need to combine sv_cheats with some form of anti cheat command plugin that makes sv_cheats relatively useless for non-admin clients.

So have fun applying conditions to your players!

Keep in mind that this plugin can only invoke the addcond command and doesn't use it's own custom condtion functions to make conditions apply to players, as that would be too complicated so instead we use addcond as the base and apply the command to the specified target!

Btw this was also mainly centered around TF2 and it's sourcemod's so feel free to use this plugin on those games aswell!

Cvars:
sm_addcond <Client> <Condition Number>
Attached Files
File Type: smx AddcondPlugin.smx (4.7 KB, 25 views)
File Type: sp Get Plugin or Get Source (AddcondPlugin.sp - 40 views - 2.2 KB)

Last edited by chromatikmoniker; 05-01-2024 at 22:02. Reason: Fixing Description
chromatikmoniker is offline