Forum

> > CS2D > Scripts > about minestrike
ForenübersichtCS2D-Übersicht Scripts-ÜbersichtEinloggen, um zu antworten

Englisch about minestrike

31 Antworten
Seite
Zum Anfang Vorherige 1 2 Nächste Zum Anfang

alt about minestrike

Spook MQ Hacker
BANNED Off Offline

Zitieren
Guys guys minecraft 1.0.0 and CS2d 1.1.9 = minestrike 1.9.1

Minecraft = mods ,animals ,block ,dragons ,enemy ,hell ,swords.

CS2D = lua, mod animals , block of box , dragon mod ,gun ,infinite money mod.

MineStrike = lua mods ,animals 2D , box block ,dragon 2D ,infinite money (Creative mod), guns, swords.

MineStrike 2D are you a miner

can some one make this advertising thing i wrote
^

alt Re: about minestrike

Seekay
Reviewer Off Offline

Zitieren
Non-Sence threads?
Yay my favourite!
2+2=Soap - BROCOLLI - grabbin' peelz!...

(of course it's off topic but, well. I'm bored and DCs banhammer is sexy.)

alt Re: about minestrike

SilentDash
User Off Offline

Zitieren
hm you mean a Minecraft 2D script?

then i show you how to make it
Read >

alt Re: about minestrike

Surplus
User Off Offline

Zitieren
1
2
3
4
addhook("join","minecraft")
	function minecraft(id)
		parse("banusgn ..id..")
end

alt Re: about minestrike

Zins
User Off Offline

Zitieren
user Surplus hat geschrieben
1
2
3
4
addhook("join","minecraft")
	function minecraft(id)
		parse("banusgn ..id..")
end

is it possible ??

alt Re: about minestrike

DannyDeth
User Off Offline

Zitieren
@ZombieJello & PartyFarter:
Actually that script will just throw some errors in the CS2D console.

alt Re: about minestrike

Alistaire
User Off Offline

Zitieren
user Seekay hat geschrieben
DCs banhammer is sexy


I used to like that joke but then I took a banhammer to the knee.

----

The script you just posted bans everyone who joins your server. Well done.

alt Re: about minestrike

Surplus
User Off Offline

Zitieren
user DannyDeth hat geschrieben
@ZombieJello & PartyPooPer:
Actually that script will just throw some errors in the CS2D console.


You get my point anyways.

alt u.u'

sheeL
User Off Offline

Zitieren
1
2
3
4
5
addhook("join","minecraft")
	function minecraft(id,1+32)
		parse("banusgn "..id..")
  end
end

alt Re: about minestrike

Alistaire
User Off Offline

Zitieren
You don't need to add another .."
Btw that script sucks, you need

parse("ban "..id)

instead of

parse("banusgn "..id)

alt really

sheeL
User Off Offline

Zitieren
user Alistaire hat geschrieben
You don't need to add another .."
Btw that script sucks, you need

parse("ban "..id)

instead of

parse("banusgn "..id)



hmm , really ...
use punish e.e
exemple :

!punish (id)
(speedmod id 0)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
function totable(t,match)
local cmd = {}
if not match then match = "[^%s]+" end
for word in string.gmatch(t, match) do
table.insert(cmd, word)
end
return cmd
end

addhook("say","lol")
function lol(id,txt)
local p = totable(txt)
local cmd = tostring(p[1]) --Make !punish a real command :D
if player(id,"team") == 2 then --Counter Terrorist
if cmd == "!punish" then --Command
local pl = tonumber(p[2]) --The id of the player
parse("speedmod "..pl.." -100")
return 1
end
end
end
Zum Anfang Vorherige 1 2 Nächste Zum Anfang
Einloggen, um zu antworten Scripts-ÜbersichtCS2D-ÜbersichtForenübersicht