Signature
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);
Description
Sets the client's defusekit status and allows to set a custom HUD icon and color.
Parameters
- 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
No return value