oscar-broman / samp-weapon-config

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

Fixes, improvements, more damage checks #209

Closed NexiusTailer closed 3 years ago

NexiusTailer commented 3 years ago
  1. Checks for entering/leaving race checkpoints if player isn't spawned
  2. Block OnPlayerGiveDamage for vehicle drivers as there is no known cases when they call it themselves (any damage from driver e.g. carpark and so on are handled by OnPlayerTakeDamage from damaged player only)
  3. Stricter limit on the damage hits per shot
  4. Minor fixes and corrections