AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   Help with blockmaker... (https://forums.alliedmods.net/showthread.php?t=185582)

blo0d_p3ople 05-19-2012 10:20

Help with blockmaker...
 
I'm using blockmaker without Eazy Admin access , and i want to ask can someone can add it for me or tell me how to add it..And one more thing if someone can make when player write /bm to open a motd screen where its writed: This is Blockmaker version ... Made by.... Code by... :) i will be verry greatful. PM for the sma fail :)))

Boyka Abi 05-19-2012 10:32

Re: Help with blockmaker...
 
Do you want that only admins can open the menu?

blo0d_p3ople 05-19-2012 11:25

Re: Help with blockmaker...
 
Yep but to write in motd screen that stuffs i sayd .. :D

Boyka Abi 05-19-2012 11:34

Re: Help with blockmaker...
 
PHP Code:

if (!(get_user_flags(id) & ADMIN_MENU))
{
        
client_print(idprint_chat"You have no acces to this menu!")
        return 
PLUGIN_HANDLED


For the MOTD u have to ask someone else, im pretty new didnt work with MOTDS yet :)

HBxander 05-19-2012 12:33

Re: Help with blockmaker...
 
Quote:

Originally Posted by Boyka Abi (Post 1712195)
PHP Code:

if (!(get_user_flags(id) & ADMIN_MENU))
{
        
client_print(idprint_chat"You have no acces to this menu!")
        return 
PLUGIN_HANDLED


For the MOTD u have to ask someone else, im pretty new didnt work with MOTDS yet :)

Well what I think he want is that like admins got BM (full BM)
then an admin can press 'Add One-time Builder' or something, and a menu with all players are shown.
Players with admin is shown with \d (dark gray)
Players with 'One time BM' are shown with \d aswell, but players who dont have access to the BM are shown by white, so he can choose some1 else that should be possible to build until mapchange or reconnect.
Im not sure, but i think thats what he want. ;)

blo0d_p3ople 05-20-2012 07:44

Re: Help with blockmaker...
 
I meen i want the Admin Access like in the JCM blockmaker where you can give access to the bm and revive player and set godmod to all .. help :P

Boyka Abi 05-20-2012 09:38

Re: Help with blockmaker...
 
If you want to get help with this ask for the help,
else post this in suggestions/requests.


All times are GMT -4. The time now is 22:16.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.