DK22Pac / plugin-sdk

An SDK for developing ASI/CLEO plugins for GTA San Andreas, GTA Vice City and GTA III
zlib License
431 stars 114 forks source link

plugin_iv fix #191

Closed ghost closed 3 months ago

ghost commented 4 months ago

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;