Esempio n. 1
0
 /// <summary>
 /// Get the name of the zone of a position
 /// </summary>
 public string GetZoneName(Vector3 position, bool citiesOnly = false)
 {
     return(MtaShared.GetZoneName(position.X, position.Y, position.Z, citiesOnly));
 }