Jump to content
  • 0

Error And Debug When Player Kill


PapaZola

Question


  • Group:  Members
  • Topic Count:  318
  • Topics Per Day:  0.07
  • Content Count:  925
  • Reputation:   32
  • Joined:  12/05/11
  • Last Seen:  

hello

sorry for keep asking

i got this error when player kill other player in pvp

djzjrdt0jy.png

here my pvp ladder http://pastebin.com/JkccPVdw

and here my dota sound script http://pastebin.com/rXkTKXUR

thx for helping

Link to comment
Share on other sites

1 answer to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  130
  • Reputation:   43
  • Joined:  12/11/11
  • Last Seen:  

I did answer that one in the previous thread you made.

For the first error, you can get rid of it by adding "end;" before "L_LadderMove:".

It should not, but could, affect the script.

end;
L_LadderMove:

Reason for the error:

The event 'OnPCKillEvent' is activated but the script isn't ended before reaching 'L_LadderMove'.

It then reaches

if (getarg(0) == 0) set @length,@beginmoving;

Which executes the error.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...