Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Client/Server Issues
#7
Click a button when creating an account, a password is generated for them(optional).

[Image: NewAccount.png]

Also my Admin Menu:

[Image: AdminMenu.png]

Except, these won't work if I unblock them:

Code:
Private Sub btnLoc_Click()
    'If GetPlayerAccess(MyIndex) >= ADMIN_MAPPER Then
        'Call SendRequestLocation
    'End If
End Sub

Private Sub btnPlayerSprite_Click()
    'If GetPlayerAccess(MyIndex) >= ADMIN_MAPPER Then
        'If Trim$(txtPlayer.Text)  vbNullString Then
            'If Trim$(txtSprite.Text)  vbNullString Then
                'Call SendSetPlayerSprite(Trim$(txtPlayer.Text), Trim$(txtSprite.Text))
            'End If
        'End If
    'End If
End Sub

Highlights in blue(YES BLUE) "SendRequestLocation" & "SendSetPlayerSprite".

"Sub or Function not defined."

Doom says they came with Clean MS4 install, but I can't find them at all, even with Search. So...
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)