Skip to content

timmylich/blind

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages