waza123 Posted June 7, 2015 Share Posted June 7, 2015 Как узнать количество мертвых игроков в команде противника ? python @ Quote Link to comment Short link Share on other sites More sharing options...
DeleteAccountPlease Posted June 7, 2015 Share Posted June 7, 2015 Посчитай)) 1 @ Quote Link to comment Short link Share on other sites More sharing options...
waza123 Posted June 8, 2015 Author Share Posted June 8, 2015 (edited) лан с этим справилься сам ... arena.onVehicleKilled += VehicleKilled ... def VehicleKilled(victimID, killerID, reason): global g_other_team if BigWorld.player().team != BigWorld.player().arena.vehicles[victimID]['team']: g_other_team = g_other_team + 1 # количество дохлых осталось узнать как остаточное время раунда достать после 30 сек подготовки Edited June 8, 2015 by waza123 @ Quote Link to comment Short link Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.