user_silentkill
- Синтаксис
-
stock user_silentkill(index, flag = 1) { static msgid = 0; new msgblock; if (!msgid) { msgid = get_user_msgid("DeathMsg"); } msgblock = get_msg_block(msgid); set_msg_block(msgid, BLOCK_ONCE); user_kill(index, flag); set_msg_block(msgid, msgblock); return 1; }
Переменная | Описание |
---|---|
index |
Client index |
flag |
If nonzero, the death will not affect the client's score |
- Описание
- Kills a user without a message.
- Возвращает
- Функция ничего не возвращает