Dateien

> > CS2D > Lua Scripts > sheeL's | Anti team flashing v1.0
DateiübersichtCS2D-ÜbersichtLua Scripts-Übersicht

Englisch sheeL's | Anti team flashing v1.0 >

23 Kommentare2 kb, 516 Downloads

alt sheeL's | Anti team flashing v1.0

sheeL
User Spielt CS2D

Hello us
Today I did for you this simple Lua script, it's useful to (de)fuse maps
I hope that you like it
Maybe on the future I gonna do some changes

Idea : http://unrealsoftware.de/forum_posts.php?post=311447

How it works?,
When you flash your team..., the team member respawn

Versions Updates >


Credits : @user mozilla1:

IMG:https://i.imgur.com/heRVh.jpg



Thank you and have a nice day!
13× editiert, zuletzt 01.12.15 22:14:06
Zugelassen von Sparty

Download Download

2 kb, 516 Downloads

Kommentare

23 Kommentare
Seite
Zum Anfang Vorherige 1 2 Nächste Zum Anfang

Logge dich ein!

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

alt

NanuPlayer
User Off Offline

dude this script is too much easy anyone can do it in 2 minutes.
please work more on your scripts.

alt

Bruno Brasil
User Off Offline

sheel e um dos melhores scripts que ja vi

alt

lucaSWAT
User Off Offline

Sheel , everyone is talking about your script and bad .
I think this good . " ta foda em vey " .
Ich mag es!

alt

sheeL
User Spielt CS2D

@user EP: It won't works bro
1× editiert, zuletzt 29.07.14 20:33:48

alt

EP
User Off Offline

user sheeL hat geschrieben
@user VADemon: I Try, But no works...


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
oldpos = {}
for i = 1,32 do
	oldpos[i] = {0,0}
end

function movepos(id)
	for _,i in pairs(player(0,"team"..player(id,"team").."living")) do
		parse("setpos "..i.." "..oldpos[i][1].." "..oldpos[i][2])
	end
end

addhook("projectile","flash")
function flash(id,w)
	if w == 52 then
		for _,i in pairs(player(0,"team"..player(id,"team").."living")) do
			oldpos[i] = {player(i,"x"),player(i,"y")}
			parse("setpos "..i.." 0 0")
		end
		timer(1,"movepos",id)
	end
end

alt

sheeL
User Spielt CS2D

@user VADemon: Already tryed, didn't worked
@user Infinite Rain: It was the only existing solution, and the person does not die to be born again, only i used spawnplayer
@user delicate: He comes with all equipment, Yes, this is useful for _cs maps
but the main thing is (de)fuse maps...
@user krabob @user mozilla1: said
2× editiert, zuletzt 29.07.14 20:33:19

alt

delicate
User Off Offline

AS I understood:
1. Flash your team, it will be respawned
2. It'll get weapons, armor...
3. ??
4. PROFIT

Correct me, if I did a mistake.
edited: "to (de)fuse Map's..., is Very Useful" Isn't it useful for cs_maps? Just whithout a bomb, but with hostages. I think doesn't matter, of course, if this script does what killerboy1 said.
1× editiert, zuletzt 05.12.12 12:18:54

alt

VADemon
User Off Offline

Why dont you just teleport the player to 0|0 or something?

alt

krabob
User Off Offline

@user DarkLight66: Well that's a stupid way to do that. I thought he used user Apache uwu:'s way to do these kind of things.
Ich mag es!

alt

Yates
Reviewer Off Offline

@user mozilla1: Basically what Blau Burger said

alt

DarkLight66
User Off Offline

The player does not need to be dead for the spawn command to work. However, what this does is every time someone trows a flash bang, everyone in the team re-spawns in the position they were at with all the weapons they had, and the person that threw the nade gets flashed. There are some parts of the script that don't make sense thought...

alt

Infinite Rain
Reviewer Off Offline

How does it work? When you flashed, you die, and then respawn again?

If yes, then I dislike it.

alt

killerboy1
User Off Offline

@user delicate:When u trown a flashnade u cant blind ur own team,only u are blinded.

alt

delicate
User Off Offline

I can't understand, what this script does.

alt

Suprise
BANNED Off Offline

@user mozilla1: Not really, he will kick that player. Lol

alt

mozilla1
User Off Offline

@user krabob:
He means disabling the whole script for everyone.


@user Yates:
Would be awesome if someone flashes you only to make fun. You'd love to be flashed, isn't it?

alt

krabob
User Off Offline

You mean disabling the script or disabling for an individual?

If for an individual, it wouldn't make sense.
Ich mag es!

alt

Yates
Reviewer Off Offline

I like flashing people just to piss them off.

alt

lucaSWAT
User Off Offline

sheel noob , lua good :3
Ich mag es!
Zum Anfang Vorherige 1 2 Nächste Zum Anfang