Page 1 of 1

Hwo to check if player have c4 or not?

Posted: Sat Oct 04, 2014 11:45 am
by 8guawong

Syntax: Select all

PlayerEntity(index).c4

don't work :smile:

Posted: Sat Oct 04, 2014 3:19 pm
by satoon101

Syntax: Select all

PlayerEntity(index).has_c4()

# or
PlayerEntity(index).get_weapon_index('weapon_c4')