Good morning .
Wondering if there is a way to detect if player is crouched. I've searched the global but all I find is the CharacterControlDucked which works with characters ( well kind of) but I want to detect if player is crouched. Something along the lines of;
if g_Entity[e]['plrvisible'] ==1 and g_PlayerHealth > 0 and
g_PlayerControlDucked==1 then
Obviously the red code does not exist but wondering if anyone had an idea. I have considered the x, y,z co-ordinates option to detect height of player but because of the different elevations in map this will become too complicated - not to mention beyond my abilities.
Thanks.