Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Party Members


momoelz
 Share

Recommended Posts

I am putting the Party List on the screen and noticed that it also displays urself xD so I added:
```
            If Not (Trim$(GetPlayerName(Index)) = Trim$(GetPlayerName(Party.Member(I)))) Then
                frmMain.lblPartyMember(I).Caption = Trim$(GetPlayerName(Party.Member(I)))
                frmMain.imgPartyHealth(I).Visible = True
                frmMain.picPartyHud(I).Visible = True
            End If
```
Party Leaders won't display themself on the list, but party members will have them self but not the one who is hidden.
[![](http://www.freemmorpgmaker.com/files/imagehost/pics/01530c472c45bcf58ef80568c4915a78.jpg)](http://www.freemmorpgmaker.com/files/imagehost/#01530c472c45bcf58ef80568c4915a78.jpg)

sry posted in the wrong section can somebody move this
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...