Forum

> > CS2D > Scripts > Admin color talking?
Forums overviewCS2D overview Scripts overviewLog in to reply

English Admin color talking?

14 replies
To the start Previous 1 Next To the start

moved Admin color talking?

Shoebacca
User Off Offline

Quote
Well I was on the "[LaG] Server when an admin came. I thought he was an admin only from LaG. But he could talk in diffent colors. (Blue insted of yellow.) I was wondering how you do that or is it even possable for me to do it on my own server or hes just a whole game admin.

old Re: Admin color talking?

DC
Admin Off Offline

Quote
it's possible with the commands cs2d cmd sv_msg / cs2d cmd sv_msg2 (they work only when you are the server or when you use rcon)
I assume that this server uses these commands in combination with Lua scripts.

old Re: Admin color talking?

KimKat
GAME BANNED Off Offline

Quote
I made a lua script not long ago, look for "User Authentication System" in files section.

Although a known bug in that script is that you can't show your rank while you are titled as admin, moderator, guest star and so on. DC might be able fix that somehow someway.

old Re: Admin color talking?

DC
Admin Off Offline

Quote
you can fix it yourself. if the message is "rank" then return 0 in the say hook instead of 1... (skipping the say process with return 1 in a say hook also skips the rank system because it's part of the say process)

old Re: Admin color talking?

KimKat
GAME BANNED Off Offline

Quote
DC has written
you can fix it yourself. if the message is "rank" then return 0 in the say hook instead of 1... (skipping the say process with return 1 in a say hook also skips the rank system because it's part of the say process)
You mean like this...
1
2
3
4
5
function text(p, txt)
	if (txt == "rank") then
	return 0
	end
end
I'm just not much of a scripter, I wonder where I shall put this... =|

Edit: Anyways I fixed it.
edited 2×, last 27.07.09 12:53:50 am

old Re: Admin color talking?

DC
Admin Off Offline

Quote
put the condition+return 0 into your EXISTING hooked say function (at the beginning)! don't hook an additional function. it will mess up your return values.
1
2
3
if (txt == "rank") then
	return 0
end

however enough of that. it's turning off topic...

old Re: Admin color talking?

Lee
Moderator Off Offline

Quote
Shoebacca has written
Well I was on the "[LaG] Server when an admin came. I thought he was an admin only from LaG. But he could talk in diffent colors. (Blue insted of yellow.) I was wondering how you do that or is it even possable for me to do it on my own server or hes just a whole game admin.


The script that [Lag] is running on can be found at http://download.amx2d.co.cc/

old Re: Admin color talking?

Wolfthemessanger
User Off Offline

Quote
I looked everywhere for "User Authentication System"
could not find it maybe it is already have been deleted
becaus it was a long time ago ?

old Re: Admin color talking?

KimKat
GAME BANNED Off Offline

Quote
I was the one who uploaded the Lua script "User Authentication System" but it was made with some help from DC and it was probably one of the first releases of what's now called "say scripts" hence it was not called "user authentication system" before, I brought that up and this was just a idea I had to assign color titles to some players, for the server admin (which generally can be only one) but I kind of intentionally made it possible to add more server admins just because it looks more or less brilliant, lol. Then there was the moderator title which is applied to people that has rcon access, it's the same as with the other server admins.

That script no longer exist as I formatted my harddrive (C:\) on my old Dell computer (I now have and use a Toshiba laptop, although I like Dell and HP alot more than I do Toshiba) also, all the stuff for CS2D that I've made is permanently lost... not that great I still don't know why I did that but... there was a critical error in windows xp in which I could not get fixed for a long while and it just killed my patience, so I got sort of mad and formatted the computer, lol. Things will just not be the same, right?

The few players who still has that Lua script is allowed to spread it as I kinda want it back, it was a neat Lua script I configured it to add a custom sound to play on every message made by the server admin. I hope this answers your question user Wolfthemessanger. √

old Re: Admin color talking?

Xanamaros
User Off Offline

Quote
It's probably Tlex script or AMX2D, there the 2 most likely ones, I would say, especially for [LaG] Server, because they use Tlex, which is what the company they bought the server through uses on all there servers

old Re: Admin color talking?

DannyDeth
User Off Offline

Quote
@Death13:
LaG host their own servers from a dedicated server, Tlex was made by Textual Context ( AKA Polygon3D and KossRifle ) for LaG as a replacement for AMX2D because of it's size and slow speed. Infact, Tlex was not supposed to be released to the public originally.

old Re: Admin color talking?

Xanamaros
User Off Offline

Quote
I thought [LaG] Fun was hosted through Mahmoods company? And the rest privately? Ohwell and I knew AMX2D slows and makes the servers laggy. Lol anyway, back to topic, it really could be anything if it's not Tlex or AMX2D, it could be a script made by one of there members for just the clans use, try asking one of there members. They may know

old Re: Admin color talking?

DannyDeth
User Off Offline

Quote
Perhaps they are using Mahmood's services, but I'm sure they host from a dedicated server bought from ubiquity servers, I'm also sure they use Tlex, [LaG] Clown informed me as to this fact.

old Re: Admin color talking?

Apache uwu
User Off Offline

Quote
user DannyDeth has written
@Death13:
LaG host their own servers from a dedicated server, Tlex was made by Textual Context ( AKA Polygon3D and KossRifle ) for LaG as a replacement for AMX2D because of it's size and slow speed. Infact, Tlex was not supposed to be released to the public originally.


WTF how do you know so much
To the start Previous 1 Next To the start
Log in to reply Scripts overviewCS2D overviewForums overview