Es getplayerlocation
From EventScripts Community Encyclopedia
|
[edit] OverviewSyntax: Note: Command parameters are described inside the
< and > characters. Optional parameters are contained within [ and ] characters.Variation of this command that doesn't expand variables: es_xgetplayerlocation [edit] DescriptionObtains the current coordinates of a given player and stores the X, Y, and Z coordinates in <x>, <y>, and <z>.
[edit] Parameters
[edit] Examplesplayer_jump.cfg es_xsetinfo player_x 0 es_xsetinfo player_y 0 es_xsetinfo player_z 0 es_getplayerlocation player_x player_y player_z event_var(userid) es_msg event_var(es_username) is at server_var(player_x) server_var(player_y) server_var(player_z)
[edit] Notes
[edit] See also
--Faaip 19:10, 16 July 2006 (EDT) |
