Results 1 to 5 of 5

Thread: Problem with RadiusDamage ,does not show that I kill the enemy...

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #3
    Brigadier General
    Join Date
    Oct 2012
    Posts
    998
    Thanks
    20
    Thanked 590 Times in 390 Posts
    Quote Originally Posted by Moczulak View Post
    Why using radiusDamage does not show that I killed, a player?

    PHP Code:
    radiusDamage(place22020020player); 
    <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>)

  2. The Following User Says Thank You to Tally For This Useful Post:

    Jeplaa (13th February 2013)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •