rg_give_defusekit
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);
| Parameter |
Description |
| 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 |
Sets the client's defusekit status and allows to set a custom HUD icon and color.
This function has no return value.