MultiChatBubble enhances the SA:MP chat system by allowing multiple chat bubbles to appear above players instead of replacing the previous one.
Each bubble fades out independently based on its lifetime and the distance to the local player.
- Install any ASI loader
- Place the plugin into the game's root directory
git clone https://github.com/cowega/MultiChatBubble.git
cd MultiChatBubble
cmake -B build -A Win32After creating CMake cache
cmake --build buildThe .asi file will be placed in build/bin and also in the Debug or Release folder, depending on the configuration.
- SAMP 0.3.7 R1
MIT License