Quote:
Originally Posted by HamletEagle
If you registered DeathMsg(the death event) then you already detected a kill. The event will be called when a player is killed.
Then get the attacker,(read_data(1) IIRC), team = get_user_team(attacker), globalVariable[team]++.
|
What if i want to show both the total kills of ts as well as cts?
Still just the one global variable?