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