05.09.2015, 18:41 
	
	
	
		MOVIE
https://sampwiki.blast.hk/wiki/OnPlayerWeaponShot
Return Values:
0 - Prevent the bullet from causing damage.
	
	
	
	
https://sampwiki.blast.hk/wiki/OnPlayerWeaponShot
Return Values:
0 - Prevent the bullet from causing damage.
Код:
if(hittype == BULLET_HIT_TYPE_OBJECT && hitid == myobject)
{
     SendClientMessageToAll(-1, "Shooted");
    
     return 0;
}




