[CS] Silent bomb removing
Hello. I read some topics about this..
But a can't find a better way. 1. Is possible remove bomb from spawned players without any text\chat messages (player dropped the bomb), red icons (when you lose c4 with cs_set_user_bpammo(player, CSW_C4, 0)), etc? I tried some variants.. For example: PHP Code:
One note: do not use removing func / info _bomb_target. Plugin-remover C4 should work some time (ex. 2 minutes from map start (warm up mod)). 2. when i use cs_set_user_plant, player's status in scoreboard updates ONLY AFTER death. Is possible to update status immediately? |
Re: [CS] Silent bomb removing
PHP Code:
|
Re: [CS] Silent bomb removing
1 Attachment(s)
Thank you, i saw this your post.
Works fine. but.. :( when bots connected, i see this PS there are no other c4 plugins installed. Is the way for blocking icons? |
Re: [CS] Silent bomb removing
Block message WeapPickup.
|
Re: [CS] Silent bomb removing
Thank you.
Solved with: set_msg_block(get_user_msgid("AmmoPickup"), BLOCK_SET) // little C4 icons set_msg_block(get_user_msgid("WeapPickup"), BLOCK_SET) // big c4 icons This construction blocks all weapon pickup\drop icon messages. Сойдет! :) |
Re: [CS] Silent bomb removing
PHP Code:
PHP Code:
Но ты же только хотел с4. |
| All times are GMT -4. The time now is 20:29. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.