Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Class-Specific Background
#2
Code:
If GetPlayerClass(Index) = 0 Then
        picBackground.Picture = LoadPicture(App.Path & "\gfx\gui\ingame\warrior\ingame.bmp")
    End If

Change the if statement to:
Code:
If GetPlayerClass(MyIndex) = 0

Not sure if that's the problem exactly, but it's a start.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)