cs_set_user_defuse
Cstrike (cstrike.inc)
Description
cs_set_user_defuse - Sets whether a user has the defusekit.
Syntax
cs_set_user_defuse ( index, [ defusekit = 1, r = 0, g = 160, b = 0, icon[] = "defuser", flash = 0 ] )
Type
Native
Notes
If defusekit is 1, the user will have a defuse kit.

You can specify the status icon. Default is "defuser". Flash (defaults to 0) can be set to flash the item red.

You can also specify the status icon color (defaults to green, r=0, g=160, b=0).