samp-weapon-config
samp-weapon-config copied to clipboard
Rename WEAPON_UNKNOWN macro
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
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.