Releases: YoshiokaHaruki/AMXX-Point-Map-Maker
Releases · YoshiokaHaruki/AMXX-Point-Map-Maker
1.0.7
- Added support for using menus for multiple players (previously, only 1 player could use the menu normally) (@nikolaygaus)
- The sequence of rotation angle changes has been changed, now the first one is NULL_VECTOR (@nikolaygaus)
- Fixed a localization bug by adding the use of SetGlobalTransTarget (@nikolaygaus)
- Changing the use of Ham_FVecVisible using by ExecuteHam (formerly ExecuteHamB) (@nikolaygaus)
Full Changelog: 1.0.6...1.0.7
1.0.6
- Fixed an error if there were uninitialized objects in the json file when saving points on the map, but they are in the file, then they were erased when saving (@nikolaygaus)
Full Changelog: 1.0.5...1.0.6
1.0.5
- EDITED: The
ObjectNamesinside the plugin has been removed and now objects can be registered separately from the plugin using the nativepmm_init_object - EDITED: When specifying an invalid
ObjectName,ObjectName = "general"will no longer be automatically specified, since this broke some logic in natives - ADDED: All not founded
ObjectNames(if there is nopmm_init_objectin the other plugins) will not be added to the global array of points when parsing - ADDED: The new forwards
pmm_load_data_preandpmm_load_data_postserve to make the plugin easier to use as an API (@nikolaygaus)
Full Changelog: 1.0.4...1.0.5
1.0.4
- Edited: Checking for
NULL_VECTORwhen displaying the saved Angles at a point (By @nikolaygaus) - Edited: Changed the IgnoreList of entities to a dynamic array so that it would be easier to find entities in the array
- Edited: Checking for the name of the object now takes place via strcmp (previously equal)
- Added: Removed the display of points that are not visible for player (By @nikolaygaus)
- Added: Native
pmm_points_countto get points in all objects and in the desired object by name (By @nikolaygaus)
Full Changelog: 1.0.3...1.0.4
1.0.3
- Added
anglesto point - Removed
PlayerPreThinkfor debug points and switch this function toset_task - Now, when debugging points, the angle of the point is visible
- Made a single function for chat messages + sound
- Added new item to menu -
angle type - Redesigned the structure
.jsonfiles - Redid all 3 natives
Full Changelog: 1.0.2...1.0.3
1.0.2
- Fix compile on different compilers
- Changed the Plugin Prefix because the messages were too long
- For native
pmm_get_random_point, I redid the random method, the same as used in nativepmm_get_random_points - In native,
pmm_get_random_pointadded an argument to check if the point is free - Added native
pmm_free_arrayto clear an array with points - Fixed a spelling error in the name of the
.incfile
Full Changelog: 1.0.1...1.0.2
1.0.1
- Remove/edit questionable code
Full Changelog: 1.0.0...1.0.1
1.0.0
First release