Command to give CT an defusekit
Hallo at all,
i will be edit some AMX-Script. The CTs became at round start the defusekit. My script works with a flashbang but not with the defusekit. This code works with the flashbang: fm_give_item(index, "weapon_flashbang"); Which command do I need to replace "weapon_flashbang". I hope you understand what I mean since my Englich is not very good. |
Re: Command to give CT an defusekit
PHP Code:
|
Re: Command to give CT an defusekit
#include <fun>
Then use give_item(index, "weapon_flashbang"); --- and as zwfgdlc said, #include <cstrike> Then use cs_set_user_defuse(id, 1); |
Re: Command to give CT an defusekit
Thx for your reply. It works.
|
| All times are GMT -4. The time now is 18:23. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.