Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.05 KB

File metadata and controls

25 lines (18 loc) · 1.05 KB

Blind CMD

English | Русский

What is this?

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>

Demo video: Watch the video

Author - timmylich. | VKontakte | Telegram

Compatibility and Configuration

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.