Thread: [Solved] null
View Single Post
Marttt
Veteran Member
Join Date: Jan 2019
Location: Brazil
Old 07-05-2022 , 11:13   Re: [L4D2] Speed Booster
Reply With Quote #3

For Tank, I used m_flStamina once to detect, but don't know if is the best way to check it.

Example:
PHP Code:
if (GetEntPropFloat(clientProp_Send"m_flStamina") > 0)
// do (or not) something 
__________________
Marttt is offline