
Originally Posted by
Moczulak
Why using radiusDamage does not show that I killed, a player?
PHP Code:
radiusDamage(place, 220, 200, 20, player);
<origin> = place
<range> = 220
<max damage> = 200
<min damage> = 20
[attacker] = player
player = players[i]
There is no argument for attacker/player. These are the only arguments radiusdamage() accepts:
From the Official COD2 Script Documentation (no need to link to Zeroy, who has plagiarized IW's documentation and passes it off as his own):
Code:
radiusdamage(<origin>, <range>, <max damage>, <min damage>)