I was looking through the forum and i found the LFS Client Library I know a bit about it after a few hours of studdying it, its just im not so sure about this VB Code:
My InitHUD Sub is:
For Each(plr in Players) <--- I don't know how to do a For Each Statement in VB for the Players
InitializeHUD(plr.UniqueID)
Next
My InitHUD Sub is:
Private Sub InitializeHUD(ByVal ID As Byte)
InSim.Send_BTN_CreateButton("TestButton1234", "", Flags.ButtonStyles.ISB_DARK, 15, 30, 0, 90, 0, 0, ID, 0, False)
End Sub