View Single Post
  #1  
Old 02-19-2005, 04:37 AM
ApothiX ApothiX is offline
Okiesmokie
Join Date: May 2004
Posts: 1,447
ApothiX is on a distinguished road
Client-RC Addition: Rights Window

Ajira and myself have been making improvements and additions to the Client-RC, so we decided we would release one of the more important additions, the rights window.

This is just your standard window that displays, and allows you to alter, the rights of a player, providing you have the proper credentials.

To add this rights window to your current Client-RC, add the RightsWindow weapon to staff members who have the ability to edit player's rights, and put the following code in your RemoteControl_Chat.onAction event:

NPC Code:
if (text.starts("/openrights")) {
RightsWindow.OpenRightsWindow(text.substring(11, -1).trim());
}




Enjoy,
Okiesmokie
Attached Files
File Type: txt weaponRightsWindow.txt (5.7 KB, 224 views)
__________________


[06:24:19] * Parts: Skyld (i=silent@unaffiliated/skyld) ("Perhaps Okiesmokie did not realise that I like the boys. ")
Reply With Quote