Code
new Handle:h_msg = StartMessageOne("Fade", client);
if (h_msg != INVALID_HANDLE)
{
new sec = 400 * 5; // 5 - продолжительность ослепления в секундах
BfWriteShort(h_msg, sec);
BfWriteShort(h_msg, sec);
BfWriteShort(h_msg, 0x0001);
BfWriteByte(h_msg, 255);
BfWriteByte(h_msg, 255);
BfWriteByte(h_msg, 255);
BfWriteByte(h_msg, 255);
EndMessage();
}
Quote (Naykon)
через sm_blind это сделать не получиться((
Почему? .. Ты знаешь индекс, так получи userid: GetClientUserId(client)
Code
// Вроде перед userid'ом нужно '#' ставить
ServerCommand("sm_blind #%d", GetClientUserId(client));