Poll

Was this a good add-on?

Yes
50/50
No

Author Topic: Script_AdminTags (v1.2)  (Read 13700 times)

Information:

If a player is an admin on the left of his/her tag it says

[Admin]

If a player is a super admin on the left of his/her tag it says

[Super Admin]

(v1.2) If a player is the host on the left of his/her tag it says

[Host]


Example:

[Super Admin] Bot: Hello

Download:

(v1.1) (Old)
Script_AdminTags

(v1.2) (New)
Script_AdminTags

v1.2 Fix List:

1. Fixed the de-admin bug that when you were a admin and were de-admined you didn't have the [Admin] tags anymore

Future:

Expecting [Loading] in v1.3 (When a player is loading add-ons for the server)

Credit:

I did use some codes from Destinys Admin_Shields add-on so some credit goes to Destiny.

Also thanks Shappeh for helping me with v1.2
« Last Edit: November 10, 2009, 10:30:19 PM by Bot »

Cool, I'll probably use this and edit it a little to suit my needs. Simple (I assume) yet a nice addition.


The "Fool" tag might be insulting to some players, I would change it to a simple "Player" type tag.
« Last Edit: November 07, 2009, 05:41:54 PM by Blastdown »

The "Fool" is might be insulting to some players, I would change it to a simple "Player" type tag.
You fool!

Code: [Select]
if(%client.bl_id $= getNumKeyID())
{
%client.clanPrefix = "<color:FFFFFF>[<color:000099>Host<color:FFFFFF>]" SPC %client.oldPrefix;
}
else if(%client.isSuperAdmin == true)
{
%client.clanPrefix = "<color:FFFFFF>[<color:000099>Super Admin<color:FFFFFF>]" SPC %client.oldPrefix;
}
else if(%client.isAdmin == true)
{
%client.clanPrefix = "<color:FFFFFF>[<color:000099>Admin<color:FFFFFF>]" SPC %client.oldPrefix;
}
You need to remove the [Fool] tags (like Blastdown pointed out) and just give regular players no tags at all. As for the color, I would suggest navy rather than green.

I can make the same add-on with only using 22/69 lines.

The "Fool" thing is handicapped.



The "Fool" thing is handicapped.
I don't think a part of a script can be messed up in the head.

Or can it?

COOL!
bug it leaves the first clan tag white :/



I cant wait to be called a Fool.