Skip to content

Various tweaks for omp-stdlib #53

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 3 commits into from

Conversation

NexiusTailer
Copy link
Contributor

@NexiusTailer NexiusTailer commented May 31, 2025

Tweaks for OPEN_MP_TAGS

This is going to fix 2 possible mistakes:

  1. Having extra tag LANDING_GEAR_STATE among all other SA-MP tags, and looks like there's no reason for it to be there.
  2. Having 9 tags in a list of OPEN_MP_TAGS on the old compiler variant instead of 8 ones. Considering that it can have no more than 16 tags in such lists (8 tags in CUSTOM_TAG_TYPES + 8 tags listed in the #define OPEN_MP_TAGS).

Tweaks for return value tags

This is going to fix 3 cases where a bool: tag was added for natives which should return string length (integer value) instead of success/failure (true/false):

  1. GetWeaponName
  2. GetSVarNameAtIndex
  3. GetPVarNameAtIndex

@NexiusTailer NexiusTailer changed the title Tweaks for OPEN_MP_TAGS Various tweaks for omp-stdlib Jun 7, 2025
@NexiusTailer NexiusTailer deleted the patch-1 branch June 7, 2025 12:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant