19-09-2008, 10:33 PM
Click a button when creating an account, a password is generated for them(optional).
![[Image: NewAccount.png]](http://i114.photobucket.com/albums/n271/cool_Merlin1/NewAccount.png)
Also my Admin Menu:
![[Image: AdminMenu.png]](http://i114.photobucket.com/albums/n271/cool_Merlin1/AdminMenu.png)
Except, these won't work if I unblock them:
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...
![[Image: NewAccount.png]](http://i114.photobucket.com/albums/n271/cool_Merlin1/NewAccount.png)
Also my Admin Menu:
![[Image: AdminMenu.png]](http://i114.photobucket.com/albums/n271/cool_Merlin1/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...