oscar-broman / samp-weapon-config

A more consistent and responsive damage system with many new features
Apache License 2.0
93 stars 83 forks source link

Rename WEAPON_UNKNOWN macro #278

Closed adib-yg closed 1 month ago

adib-yg commented 8 months ago

WEAPON_UNKNOWN is defined in omp_core

The reason for changing its name to WC_WEAPON_UNKNOWN In omp_core it is -1 but in weapon-config it is 55

NexiusTailer commented 8 months ago

The issue is already created at omp-stdlib to be fixed from their side: https://github.com/openmultiplayer/omp-stdlib/issues/21

Btw, your variant makes inconsistent name scheme where all other weapon doesn't have WC_ prefix.