View Single Post
Author Message
Artline__
New Member
Join Date: Sep 2015
Old 10-11-2016 , 13:09   [HELP] Only take world damage (Fall damage)
Reply With Quote #1

So I'm creating my first plugin and I want to disable all player damage but not world damage.
I found this but I'm not sure what it does...
Code:
SetEntProp(Client, Prop_Data, "m_takeDamage", 0, 0);
I both want to know how to enable and disable it.

Game: CS:GO if it matters...

Last edited by Artline__; 10-12-2016 at 10:32. Reason: Added game.
Artline__ is offline