Open MiranDMC opened 6 months ago
Currently it is possible: int health = GetHealth() but following code will produce error: float x, y, z = GetPos()
int health = GetHealth()
float x, y, z = GetPos()
It forces user to write:
float x, y, z x, y, z = get_char_coordinates $scplayer
Currently it is possible:
int health = GetHealth()
but following code will produce error:float x, y, z = GetPos()
It forces user to write: