satexas69 0 Posted April 2, 2007 Is there any way to say blow up something (building, car, whatever), and then somehow do a "hint" to say who blew it up it? Using name in the "description" field? IE: Â hint "%player killed the car" Share this post Link to post Share on other sites
icebreakr 3159 Posted April 2, 2007 Thats what i've been wondering, too. Share this post Link to post Share on other sites
Guest Posted April 2, 2007 Use an eventhandler. And in this case you want to use eventhandler "Killed". Check this: http://community.bistudio.com/wiki/ArmA:_Event_Handlers This will give you the chance to get the shooter/killer and communicate that info in your script to all players. Here you can find a nice eventhandler tutorial: http://www.ofpec.com/ed_depot/tutes.php (check scripting tutorials eventhandlers by Igor Drukov) Hope this helps. Share this post Link to post Share on other sites