20.01.2016, 12:16
igual o amigo acima falou , use: https://sampwiki.blast.hk/wiki/OnPlayerWeaponShot , uma base ficara assim !
PHP код:
public OnPlayerWeaponShot( playerid, weaponid, hittype, hitid, Float:fX, Float:fY, Float:fZ )
{
if(hittype = BULLET_HIT_TYPE_VEHICLE) // Ao acertar qualquer veiculo com tiro
{
SetVehicleHealth(hitid, 7); // ele irб comeзar a pegar FOGO.
}
return 1;
}