Forum

> > CS2D > Scripts > welcome messages
ForenübersichtCS2D-Übersicht Scripts-ÜbersichtEinloggen, um zu antworten

Englisch welcome messages

11 Antworten
Zum Anfang Vorherige 1 Nächste Zum Anfang

alt welcome messages

Eternal
User Off Offline

Zitieren
Hello all , i want the welcome messages like this example

EXAMPLE :

Player join the game : Rank : Guest

ME join the game : Rank : Admin

HE join the game : Rank : VIP

SHE join the game : Rank : Member

IT join the game : Rank : Hacker

END :

Can someone give me an example?

alt Re: welcome messages

Yates
Reviewer Off Offline

Zitieren
user buraxia3 hat geschrieben
I think it's not possible to game understand player's sex.

It is. They're all male, so there is no point using she. And if there is a female, I bet she secretly wants to be male anyway ;P

alt Re: welcome messages

Apache uwu
User Off Offline

Zitieren
Welcome to the server. Your privilege mask is 'Guest'. Please have fun!

1
<welcome message> <mask indication> <motd>

alt Re: welcome messages

Jela331
User Off Offline

Zitieren
@user mafia_man:
No, he wants something like this.

When a player joins for example: Jela331(Me :3) it would write ''Jela331(Member) has joined the server.''

alt Re: welcome messages

Yates
Reviewer Off Offline

Zitieren
1
2
3
4
5
6
7
8
addhook("join","usjoin")
function usjoin(id)
	if player(id,"usgn")==[usgn] then
		msg("[Rank] "..player(id,"name").." [Your shitty message here]")
	elseif .. ==[usgn] then
		more shit here.
	end
end
Keep on using elseif for more of your messages.
1× editiert, zuletzt 04.04.12 20:44:52
Zum Anfang Vorherige 1 Nächste Zum Anfang
Einloggen, um zu antworten Scripts-ÜbersichtCS2D-ÜbersichtForenübersicht