Jump to content
  • 0

PvP System Debug


Question

Posted

how to fix this thing debug debug debug???

29yl5y1.jpg

i use ghost pvp system and i know i do correct all the step of installation but why im gettin this on map server

3 answers to this question

Recommended Posts

Posted (edited)

I also made pvp ladder script before

by common theory,

if the kill is 5, death is 1

kill ratio = 5/1 = 5

if the kill is 5, death is 0

kill ratio = 5/0 = error ...

I think that line can just change into 1

change

callfunc("KDR_Calc", Kill, Death)

into

callfunc("KDR_Calc", Kill, ( Death )? Death : 1 )

I see there's 2 part of this

Edited by AnnieRuru

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...