Untitled

 avatar
unknown
plain_text
2 months ago
327 B
4
Indexable
this addEventHandler ["HitPart", {
	(_this select 0) params ["_target", "_shooter", "_projectile", "_position", "_velocity", "_selection", "_ammo", "_vector", "_radius", "_surfaceType", "_isDirect", "_instigator"];
	if ((_selection select 0) == "otocvez") then {} else {
		systemChat (_selection joinString " | ");
	};
}];
Editor is loading...
Leave a Comment