10.04.2017, 19:36
Yes, but
is not correct
this is.
You need first of all to "turn on" that variabile somewhere, i think onplayerdeath is okay.
You set like this
and then you check if he is injured or not.
Код:
If(injured[playerid] = 1)
Код:
If(injured[playerid] == 1)
You need first of all to "turn on" that variabile somewhere, i think onplayerdeath is okay.
You set like this
Код:
injured[playerid] = 1;