Exemple #1
0
            private Position GetEntityPosition(int id)
            {
                var entity   = _api.GetCachedEntity(id);
                var position = Helpers.ToPosition(entity.X, entity.Y, entity.Z, entity.H);

                return(position);
            }
Exemple #2
0
 public int ClaimedID(int id)
 {
     return((int)_api.GetCachedEntity(id).ClaimID);
 }