ze_set_fire_grenade_ex

Syntax

native ze_set_fire_grenade_ex(id, delay);

Usage

id
Client index.
delay
Fire duration, -1 = CVar duration.

Description

Description: Used to set fire on zombie with duration.

Return

true        | If successfully set/stop fire on zombie.
false       | If returned 1 in ze_fire_pre() forward.
            Mean if fire action stopped by the pre forward.
NULLENT     | If this zombie not alive.

Note

If zombie fired right now, you can use this to stop the fire
imediatly by using: ze_set_fire_grenade(id, false)
Same you can fire him at anytime.
Always check if user alive or not when using this native.
This will throw error in case of invalid player.
You can also set fire on alive humans.