Posts: 621
Threads: 174
Joined: Nov 2013
How do i make an adminstrator roaster command and it will check the ini file if player is admin it will listed to /adminlist
sorry for my bad english
Posts: 889
Threads: 4
Joined: Mar 2013
Reputation:
0
Well for every player ini file, check the adminlevel, then add that name to a string. Very simple.
Posts: 621
Threads: 174
Joined: Nov 2013
Quote:
Originally Posted by Sithis
Well for every player ini file, check the adminlevel, then add that name to a string. Very simple.
|
Yea i know but whats the code?
Posts: 621
Threads: 174
Joined: Nov 2013
Quote:
Originally Posted by PrivatioBoni
Are you basically asking for an /admins command, but in a weird way? :P
|
No, its adminstrator roaster which you can see all of admins listed in .ini file when they are offline or online. Theres should be an code that can read the all .ini file if player is admin it will listed on the string. so im asking whats code
Something like this:
1.ADMINNAME || AdminRank
Posts: 138
Threads: 18
Joined: Jun 2012
Reputation:
0
I'd suggest that you update the code manually as it would be a lot easier. Just use SendClientMessageEx as you're not going to making changes to your admin team daily, are you?
Posts: 621
Threads: 174
Joined: Nov 2013
Quote:
Originally Posted by SmithyComp
I'd suggest that you update the code manually as it would be a lot easier. Just use SendClientMessageEx as you're not going to making changes to your admin team daily, are you?
|
EXACTLY, I think i will just update this into what im requesting. Soon!
or It will write the player name into that list when you /makeadmin and it will remove if you /makeadmin <playerid> 0
But whats the code??
I want it on Dialog.
Thanks
Posts: 621
Threads: 174
Joined: Nov 2013