Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Score Board
#3
Fix
Replace
Code:
Sub SendScoreList(ByVal Index As Long)
With
Code:
Sub SendScoreList()

Replace
Code:
Call PutVar(FileName, "CHAR" & i, "Score")
With
Call PutVar(FileName, "CHAR" & i, "Score", INSERTTHESCORETYPE)

Also you need to make it so it sends packet to the server that tells the server to send a packet to the client so the list updates itself. ANd also, shouldn't score be a long and not a string?

There are more things that needs to be fixed.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)