Regarding Dynamic type admin system.
#1

Hello guys, I've got this great idea from this server where I was admin at. It was fully dynamic.

They could have like /setadmin title, /setflags.

So, like lets say a lead admin did /makeadmin -> creates admin.

at /admins list the player would be like this <> (name).

But when Leads did let say /setadmintitle David_Luango Obss

at /admins list the player would be like this <Boss> David Luango.

And let say for set flags.

So there are tons of flags there, each would work.

So, if admin did /ah --> Would show them their flags and what would do.

So if lead admin did /setflag David_Luango (Flag number) 1 . and 1 is ban.

So If someone did /ah -> Dialog would pop up saying Ban and if the player clicked ban it';d show them what ban would do.

I could do those features, just dont have any idea how to start /setadmintitle and /setflag.

Ideas/Tips would be greatly appriciated.

Thanks in advance =]
Reply
#2

Are you need help?

Anyway if you need a admin system use this
Reply
#3

Quote:
Originally Posted by xganyx
Посмотреть сообщение
Are you need help?

Anyway if you need a admin system use this
I am not trying to be mean at all, but did you actually read what I wrote in the topic?

I am looking for dynamic admin system, not like the whole project help would be appriciated.
Reply
#4

You looking for admin system...

This can help... just test it
Reply
#5

If you're talking about a ranking system, that's not hard at all, using the switch function, and for an admin system, you can do basically all that you stated up there, it's just finding a good admin system....


I'm currently working on my own customized admin system, and when I'm finished coding it, I just might release it on the SA:MP forums, as I'd have no "personal" use with it, merely because I'm always creating new things, no script lasts more than 3 months in my server without being heavily modified...
Reply
#6

Quote:
Originally Posted by xganyx
Посмотреть сообщение
You looking for admin system...

This can help... just test it
Are you like kidding me?

Stop spamming my topic with your useless comment.

I clearly mentioned " I need tips/helps regarding dynamic admin system".
Reply
#7

What we're trying to say, is almost every admin system out here on the SA:MP forums is indeed a dynamic admin system, if it weren't, it'd be a hell-of-a-lot more harder to run and maintain, most admin systems use a ranking system, it's quite easy to set up, there really is no tips to give out, hence the "admin system" is really only designed to do that specific thing, it's better to incorporate your own unique/custom features into the system, not every admin system out there is going to be of use to all people, that's why I encourage you to check them out, and see what functions that aren't in that script, and create your own script from that idea
Reply
#8

Quote:
Originally Posted by Sgt.TheDarkness
Посмотреть сообщение
What we're trying to say, is almost every admin system out here on the SA:MP forums is indeed a dynamic admin system, if it weren't, it'd be a hell-of-a-lot more harder to run and maintain, most admin systems use a ranking system, it's quite easy to set up, there really is no tips to give out, hence the "admin system" is really only designed to do that specific thing, it's better to incorporate your own unique/custom features into the system, not every admin system out there is going to be of use to all people, that's why I encourage you to check them out, and see what functions that aren't in that script, and create your own script from that idea
What I was trying to say was.

Most of the script it is like They have set admin names.

I haven't seen barely seen any script where you get to choose admin title, if you're confused what I mean by admin title is like Lead admin/ General admins.
But I'd like to create that my own also In-Game, thank you =]
Reply
#9

I get what you want, you're trying to have "Nicknames" for your admins to show up in /admins infront of their name. and the setflag is to define admin's abilities and the commands he can use, yeah? I bet that's what you mean.
For the admin title you can define a global string for player, like "new string4[MAX_PLAYERS][128]; " and it all works with that, and if you want to save it in player's profile, i think you should know how.(as i don't know what you're using for Register and Login system).

For the flags, you need to define an integer, it's just so easy. would be like "new PlayerFlag[MAX_PLAYERS];" (Global btw, not local) and make your cmd and change the PlayerFlag's value...still you can save that too in player's profile.
Reply
#10

Quote:
Originally Posted by alinategh
Посмотреть сообщение
I get what you want, you're trying to have "Nicknames" for your admins to show up in /admins infront of their name. and the setflag is to define admin's abilities and the commands he can use, yeah? I bet that's what you mean.
For the admin title you can define a global string for player, like "new string4[MAX_PLAYERS][128]; " and it all works with that, and if you want to save it in player's profile, i think you should know how.(as i don't know what you're using for Register and Login system).

For the flags, you need to define an integer, it's just so easy. would be like "new PlayerFlag[MAX_PLAYERS];" (Global btw, not local) and make your cmd and change the PlayerFlag's value...still you can save that too in player's profile.
This is what exactly I meant - Thank you very much.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)