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

Minor improvements and fixes #247

Closed NexiusTailer closed 2 years ago

NexiusTailer commented 2 years ago
  1. Added WC_FEED_GIVEN_COLOR and WC_FEED_TAKEN_COLOR defines for damage feed messages color.
  2. Solved #240 (removed PosInFront function which was unused).
  3. Fixed return values for OnPlayerEnter/LeaveCheckpoint and OnPlayerEnter/LeaveRaceCheckpoint callbacks when they should be skipped and not processed.
  4. Other minor corrections for code style from recent PRs.