rg_give_defusekit

Syntax

native rg_give_defusekit(const index, const bool:bDefusekit = true, const Float:color[] = {0.0, 160.0, 0.0}, const icon[] = "defuser", const bool:bFlash = false);

Usage

index
Client index
defusekit
If nonzero the client will have a defusekit, otherwise it will be removed
color
Color RGB
icon
HUD sprite to use as an icon
flash
If nonzero the icon will flash red

Description

Sets the client's defusekit status and allows to set a custom HUD icon and color.

Return

This function has no return value.