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; }
Переменная | Описание |
---|---|
Нет агрументов |
- Описание
- Kills a user without a message.