Alguns jogadores gostariam de ver as informações de outros jogadores. Tal como há nível, stats, e lá atualmente usando itens. Assim, sem qualquer hesitação vamos começar. * Os itens atualmente vestindo característica trabalho dosent ainda. Im indo para terminá-lo e postá-lo. Se alguém sabe como, então deixe um post e mal adicioná-lo em primeiro lugar Faça o download desta imagem e colocá-lo em sua pasta MAIN gráficos. CLIENT SIDE ir para modText, encontrar "DrawPlayerName Sub Pública (ByVal Index As Long)" e sob
Em seguida vá para frmMain e fazer uma caixa de imagem chamado picPlayerInfo. Faça a imagem de fundo a imagem que você baixou acima. Faça um selo chamado lblPlayerName e fazer um outro rótulo chamado charstat. Copie e cole-o algumas vezes até chegar 4 deles. Viola seu feito. Im sorry isso é tão rápido e superficial, mas eu tenho que ir atm.
Fonte: http://www.touchofdeathforums.com/smf/index.php/topic,77678.0.html
Créditos no link da fonte.
- Código:
Dim i As Long
- Código:
frmMain.picPlayerInfo.Visible = True
frmMain.lblPlayerName.Caption = Trim$(Player(Index).Name)
frmMain.lblPlayerName = Trim$(Player(Index).Name) & " - Level " & Trim$(Player(Index).Level)
frmMain.charstat(0).Caption = Trim$(Player(Index).Stat(1))
frmMain.charstat(1).Caption = Trim$(Player(Index).Stat(2))
frmMain.charstat(2).Caption = Trim$(Player(Index).Stat(3))
frmMain.charstat(3).Caption = Trim$(Player(Index).Stat(4))
frmMain.charstat(4).Caption = Trim$(Player(Index).Stat(5))
Em seguida vá para frmMain e fazer uma caixa de imagem chamado picPlayerInfo. Faça a imagem de fundo a imagem que você baixou acima. Faça um selo chamado lblPlayerName e fazer um outro rótulo chamado charstat. Copie e cole-o algumas vezes até chegar 4 deles. Viola seu feito. Im sorry isso é tão rápido e superficial, mas eu tenho que ir atm.
Fonte: http://www.touchofdeathforums.com/smf/index.php/topic,77678.0.html
Créditos no link da fonte.