WolfPire Posted November 16, 2012 Share Posted November 16, 2012 Well.. I've seen that there are quite alot of World Function. I've also seen that the "getZoneName()" retrieves cities and country's names. So if we can do that... Why not get the type of zone? It would come handy for some scripts. Maybe we should add a function like this? Syntax: getZoneType( float x, float y, float z ) --Returns: Either "City" or "Country" I know it's really a small function, but it might come handy sometime. Link to comment
Castillo Posted November 16, 2012 Share Posted November 16, 2012 This can be done via scripting. Link to comment
WolfPire Posted November 16, 2012 Author Share Posted November 16, 2012 I know it could be done via scripting. Quite hardly tho' Maybe it could be set as an "Useful Function" (user-made, i'm not really sure)? Link to comment
Anderl Posted November 16, 2012 Share Posted November 16, 2012 That's very easy. Just make tables with name of all parts of SA and set them as country or city. Then use getZoneName and check. Link to comment
Recommended Posts