English | Русский
This module adds the /blind command to the server along with its aliases /bs, /black, /blackscreen. When the command is executed, the player's screen turns black for a specified duration. This is useful for roleplay players to cut text from the chat and create screenshot situations.
To make the script work, simply include it after the main includes.
#include <blind>Author - timmylich. | VKontakte | Telegram
The script requires Pawn.CMD to function, but you can easily adapt it for other command processors. You just need to modify the CMD:blind declaration.
The duration of the black screen is controlled by the following definition:
#define blind_Time(%0) 3000%0 defines the player ID, allowing you to extract a custom duration set by the player if necessary.
