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

Sounds and on-screen TextDraw indicators of damage given/taken Disable #261

Closed KirovNoName closed 1 year ago

KirovNoName commented 1 year ago

how to disable the Sounds and on-screen TextDraw indicators of damage given/taken?

mysy00 commented 1 year ago
SetDamageSounds(0, 0);
SetDamageFeed(false);
KirovNoName commented 1 year ago

Thanks men