03.08.2016, 05:08
Add a check to see with which weapon the player fired:
You'll have to create the textdraw yourself. ******: "SAMP textdraws", and the wiki page plus tons of tutorials should pop up.
PHP код:
if(weaponid == 34) {
// code
}