onPlayerEndTyping
Description
This event is called every time a player stops typing in chat box.
| Name | Description |
|---|---|
| player | He is who stopped typing |
Example
function onPlayerEndTyping(player) { Announce( "~r~Stopped Typing", player, 1 );}This event is called every time a player stops typing in chat box.
| Name | Description |
|---|---|
| player | He is who stopped typing |
function onPlayerEndTyping(player) { Announce( "~r~Stopped Typing", player, 1 );}