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

Melee weapon off map #235

Open opsticle opened 2 years ago

opsticle commented 2 years ago

Melee weapons not working outside of the map (passing 3000 coordinates)

NexiusTailer commented 2 years ago

If a client doesn't call both OnPlayer(Give/Take)Damage at all, server cannot detect someone was damaged, no matter what pawn code you'll have in those callbacks and which serverside damage system is used.