Честно сказать я не наблюдал нигде такой плагин, но вполне возможно его сконфигурировать
Попробуй в своем !rs плагине удалить эти строчки:
Code
if( !IsPlayerAlive( id ) )
{
PrintToChat( id, "\x03[SM Resetscore] You can't use this command while you are dead." );
PrintToConsole( id, "[SM Resetscore] Only alive players can use this command." );
return Plugin_Continue;
}