PapaZola Posted April 9, 2012 Group: Members Topic Count: 318 Topics Per Day: 0.07 Content Count: 925 Reputation: 33 Joined: 12/05/11 Last Seen: September 20, 2023 Share Posted April 9, 2012 hello sorry for keep asking i got this error when player kill other player in pvp here my pvp ladder http://pastebin.com/JkccPVdw and here my dota sound script http://pastebin.com/rXkTKXUR thx for helping Quote Link to comment Share on other sites More sharing options...
plankt Posted April 9, 2012 Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 130 Reputation: 43 Joined: 12/11/11 Last Seen: July 16, 2017 Share Posted April 9, 2012 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. Quote Link to comment Share on other sites More sharing options...
Question
PapaZola
hello
sorry for keep asking
i got this error when player kill other player in pvp
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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.