Quote:
Originally posted by KujaBTK
Add:
- a script to allow/disable the player to right-click other players and view their profiles.
Code:
enableviewprofiles;
disableviewprofiles;
- a script that allows the server to change the keys and it will not effect the general controls.
Code: changeplayerkey KEY BUTTON YOU WANT TO CHANGE,KEY BUTTON YOU WANT TO CHANGE TO;
- a script that can also disable player's key like if I press 'R', the rating will not show up because its blocked.
Code:blockkey (KEY BUTTON);
- a music/sound editor that creates fade-out and other effects.
Action: it'll appear on the top icon buttons where the 'Edit signs' icon is located and to make it work correctly, you'll have to open an npc. Then, click on the music/sound editor icon and the menu will pop up.
|
For the music thing, there are new variables that you can use in a script to do that..
- script variables musicpos and musiclen to get the posiiton/length
of the currently played music track; this doesn't work for
midis
Quote:
Originally posted by Dach
enablefeatures allfeatures-0x800;
will disable the profile in script; to disable 'a' you can do alot of different things, have a loop that checks if the player has the animation of pulling/pushing and change it; or even better, what yoshi said.
|
disables the right clicking, not the entire profile :x