Est GetChat
From EventScripts Community Encyclopedia
Syntax: est_GetChat <variable> <userid>Note: Command parameters are described inside the
< and > characters. Optional parameters are contained within [ and ] characters.
[edit] DescriptionStores the last chat message of the selected player. [edit] Parameters
[edit] Exampleevent player_death { es_xset temp 0 es est_GetChat temp event_var(userid) es_tell event_var(userid) You last said: server_var(temp) // Tells the player the last thing they said when they die } [edit] Notes
|
