![]() |
Additional improvements
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. |
And more stuff here:
- a script to disable grabing, pushing. Code: disablegrabing; disablepushing; - more additional information for the profile menu such as: Born in: Guild(s): Best buddy: 'Probably some more there' |
Um, if you want to disable stuff like grabbing you'll pretty much have to use disabledefmovement and create your own player control script. As for profile stuff, you can set it up in the serveroptions for custom variables and strings. For example, you could add a custom string to the serveroptions such as the "Best Friend" or whatever like this:
'profilevars=Best Friend:client.friend' Then just set up an NPC that allows a player to enter in a Name that will be saved to that string. Each time a player right clicks themselves or another player, they'll see that. :) Keep in mind that the chat string might get cut off if you use a space but there are ways of getting around that ;) |
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. |
Quote:
- script variables musicpos and musiclen to get the posiiton/length of the currently played music track; this doesn't work for midis Quote:
|
Quote:
Quote:
|
| All times are GMT +2. The time now is 07:38 PM. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.