31.03.2018, 02:28
Quote:
You can use this include:
https://sampforum.blast.hk/showthread.php?tid=573504 PHP код:
reason will be the weapon id: https://sampwiki.blast.hk/wiki/Weapons The weapon id of a vehicle kill is 49. So you could do something like this: PHP код:
|
{
if(reason == 49)
Using this include, it will never enter on this IF
if(reason == 49)