Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Server Loading %
#7
Krloz Wrote:
Code:
For y = 1 To MAX_SHOPS
    Call SetStatus("Loading shops  " & y & "/" & MAX_SHOPS & " : " & (y / 2#) * 100 & "%")


Code:
For i = 1 To MAX_SPELLS
    Call SetStatus("Loading Spells " & i & "/" & MAX_SPELLS & " : " & (i / 2#) * 100 & "%")
your problem is the # after the numnber 2
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 3 Guest(s)