Dateien

> > CS2D > Lua Scripts > Announcement script © by Snake_Eater
DateiübersichtCS2D-ÜbersichtLua Scripts-Übersicht

Englisch Announcement script © by Snake_Eater >

18 Kommentare823 b, 637 Downloads

alt Announcement script © by Snake_Eater

Snake_Eater
User Off Offline

Hi all

this script is my "announcement script".It will show up a text that runs from left to right and if it is at end it will start again.
Which text I tell you.
First you have to fill in this...
1
2
speed = --here speed of text.(1-30) otherwise it will be unreadable
admins = {}--here in the usgn's which are allowed to make an announcement
If you've done that then if you are in admins list (look in code) and you say for example "!msg Hi guys" then the text will be "Hi guys".
And if you say "!stop" then the text will dissapear.

enjoy yourself

Ps:If you find bugs tell it me pls.
Zugelassen von GeoB99

Download Download

823 b, 637 Downloads

Kommentare

18 Kommentare
Zum Anfang Vorherige 1 Nächste Zum Anfang

Logge dich ein!

Du musst dich einloggen, um selber Kommentare verfassen zu können!Einloggen

alt I like it

LiLia
User Off Offline

good for chat, i will make a chat server and use it
inf/5
Ich mag es!

alt A BUG !!!

hunter139
User Off Offline

every thing works correctly but, 1 bug only
when you put your usgn in the lua, and join your server, you get a message saying that "you are not allowed to make announcements, the if i say "!msg <text>, the announcement is working

Rate 4.9/5
Ich mag es!

alt

cs2dsuper
User Off Offline

this is funny script
infinite/10
Ich mag es!

alt

light and gaia
User Off Offline

Good!!! i like this!!
Ich mag es!

alt

connor34
User Off Offline

@OnGameNet
WTF Its the second time i see you go and f'ck your self
You dont have any lua mod now go and f'ck your mom

P.S DC Pls dont to flame on my post ok
Ich mag es!

alt ;D

Quit123
User Off Offline

nice good job i give you 1000000000000000000000000000/10
Ich mag es!

alt

OnGameNet
User Off Offline

- - no download!! no lua..
--

alt

robed
User Off Offline

this is nice give me 10000000000000000/10

this is cool
Ich mag es!

alt

Brandy
User Off Offline

here is your cookie cookie oh no wait cookies
Ich mag es!

alt

Rocik
User Off Offline

I dont like "!stop" and it could be better.
Ich mag es!

alt

Snake_Eater
User Off Offline

thx for rate so nice ∗

alt

Brandy
User Off Offline

It is very good!
I like it!
Ich mag es!

alt

HaRe
User Off Offline

easy, Srry dont like it.
I can do this in 2 min

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
endtimer = 3 -- When the hudtxt should be removed
addhook("second","removeh") function removeh()
	stimer=stimer+1
	if stimer==endtimer
		parse('hudtxt 1 "©000500000" 100 70')
	end
end

addhook("say","sayf") function sayf(id,)
	a = "";
	for l in io.lines("sys/lua/admins.txt") do
		a = (a.." "..l)
	end
	c = player(id,"usgn")
	lcoal isadmin = string.find(a,c)
	if (string.sub(t,1,4) == "!msg") then
		if isadmin then
			local txt = string.sub(t,6)
			parse('hudtxt 1 "©000500000'..player(id,'name')..': '..txt..'" 100 70')
			stimer = 0
			return 1
		else
			msg2(id,"©255000000You aint an admin sorry")
			return 1
		end
	end
end

alt

3RROR
User Off Offline

Nice. You got a high 5 and a cookie :3
Ich mag es!

alt

Snake_Eater
User Off Offline

thx for voting
pls vote if you download it

alt

Sparty
Reviewer Off Offline

One..Word.....AWESOME!!!
Ich mag es!

alt .YeaH.

FiiD
User Off Offline

Wooow...I wanted always this script when I saw it first time in CS 1.6...I need to check it out...
Ich mag es!

alt

244453211332112
User Off Offline

hi snake really nice script its really useful
Ich mag es!
Zum Anfang Vorherige 1 Nächste Zum Anfang