Skip to content
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

plugin_iv fix #191

Closed
wants to merge 3 commits into from
Closed

plugin_iv fix #191

wants to merge 3 commits into from

Conversation

ghost
Copy link

@ghost ghost commented Mar 29, 2024

1>C:\Users\*****\plugin-sdk\plugin_iv\game_IV\rage\grcImage.h(32,71): error C4596: 'Format': illegal qualified name in member declaration
1>C:\Users\*****\plugin-sdk\plugin_iv\game_IV\CWeaponData.h(50,50): error C4596: 'GetAmmoDataExtraCheck': illegal qualified name in member declaration
1>C:\Users\*****\plugin-sdk\plugin_iv\game_IV\rage\fiAssetManager.h(19,37): error C4596: 'Entry': illegal qualified name in member declaration

  1. Inside the fiAssetManager it does not exist Entry and it belongs to the rage namespace only
  2. CWeaponData::GetAmmoDataExtraCheck() it's pointless and doesn't work and it's already calling it's internal functions within that class. The same thing applies to rage::grcImage::Format;

@ghost ghost closed this by deleting the head repository May 7, 2024
This pull request was closed.
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