0 Members and 1 Guest are viewing this topic.
Simply in order to get someone's speed, you'd like to poll his position as many times as possible. ...
function Speed(const Id: byte): single;begin Result := Sqrt(GetPlayerStat(Id, 'VelX') * GetPlayerStat(Id, 'VelX') + GetPlayerStat(Id, 'VelY') * GetPlayerStat(Id, 'VelY'));end;