03.01.2010, 16:24
You can set a really long expiry time
Like: SetPlayerChatBubble(playerid, "Iam Muted", COLOR_WHITE, 50.0, 5000);
5000 Miliseconds = 5 seconds. So increase that to what you prefer
You can do like: SetPlayerChatBubble(playerid, "Say Something", COLOR_WHITE, 50.0, 5000);
In your unmute command to cancel "Iam Muted"
Like: SetPlayerChatBubble(playerid, "Iam Muted", COLOR_WHITE, 50.0, 5000);
5000 Miliseconds = 5 seconds. So increase that to what you prefer
You can do like: SetPlayerChatBubble(playerid, "Say Something", COLOR_WHITE, 50.0, 5000);
In your unmute command to cancel "Iam Muted"