Forum

> > CS2D > Scripts > Admin color talking?
ForenübersichtCS2D-Übersicht Scripts-ÜbersichtEinloggen, um zu antworten

Englisch Admin color talking?

14 Antworten
Zum Anfang Vorherige 1 Nächste Zum Anfang

verschoben Admin color talking?

Shoebacca
User Off Offline

Zitieren
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.

alt Re: Admin color talking?

DC
Admin Off Offline

Zitieren
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.

alt Re: Admin color talking?

KimKat
GAME BANNED Off Offline

Zitieren
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.

alt Re: Admin color talking?

DC
Admin Off Offline

Zitieren
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)

alt Re: Admin color talking?

KimKat
GAME BANNED Off Offline

Zitieren
DC hat geschrieben
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.
2× editiert, zuletzt 27.07.09 00:53:50

alt Re: Admin color talking?

DC
Admin Off Offline

Zitieren
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...

alt Re: Admin color talking?

Lee
Moderator Off Offline

Zitieren
Shoebacca hat geschrieben
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/

alt Re: Admin color talking?

Wolfthemessanger
User Off Offline

Zitieren
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 ?

alt Re: Admin color talking?

KimKat
GAME BANNED Off Offline

Zitieren
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. √

alt Re: Admin color talking?

Xanamaros
User Off Offline

Zitieren
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

alt Re: Admin color talking?

DannyDeth
User Off Offline

Zitieren
@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.

alt Re: Admin color talking?

Xanamaros
User Off Offline

Zitieren
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

alt Re: Admin color talking?

DannyDeth
User Off Offline

Zitieren
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.

alt Re: Admin color talking?

Apache uwu
User Off Offline

Zitieren
user DannyDeth hat geschrieben
@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
Zum Anfang Vorherige 1 Nächste Zum Anfang
Einloggen, um zu antworten Scripts-ÜbersichtCS2D-ÜbersichtForenübersicht