Dateien

> > CS2D > Lua Scripts > C4 script by Loooser
DateiübersichtCS2D-ÜbersichtLua Scripts-Übersicht

Englisch C4 script by Loooser >

59 Kommentare2 kb, 833 Downloads

alt C4 script by Loooser

Loooser
User Off Offline

This is a small example what you can do with images.You can plant c4 and then explode it when a enemy walks over it.

plant a c4 with F2
and explode every C4 with F3

Important every player can only plant up to 32 C4 ,so dont think its a bug

This script is actually pretty useless since the satchel charge has been added
3× editiert, zuletzt 25.10.12 17:00:22
Zugelassen von Sparty

Download Download

2 kb, 833 Downloads

Kommentare

59 Kommentare
Seite
Zum Anfang Vorherige 1 2 3 Nächste Zum Anfang

Logge dich ein!

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

alt

244453211332112
User Off Offline

Can you reupload this folder please, I can't open it...
Ich mag es!

alt

Loooser
User Off Offline

so it you think that i should have made everything new write this script with nothing the same to any script and you will fail
and bevore you rate scripts that bad you should learn lua better to see that not everything can be new!

alt

HaRe
User Off Offline

loooser hat geschrieben
nothing is stolen if you look more carefuly


oh yeah? explain this to me

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
function refreshgfx(id,type,mode)
	local rndrot
	if type=="gasmask" then
		if mode==1 then
			if maskimg[id]==nil then
				maskimg[id]=image(maskpath,0,0,0)
			end
			rndrot=math.random(0,359)
			imagepos(maskimg[id],maskitms[id].x*32+16,maskitms[id].y*32+16,rndrot)
			imagescale(maskimg[id],0.9,0.9)
		elseif mode==0 then
			if maskimg[id]~=nil then
				freeimage(maskimg[id])
				maskimg[id]=nil
			end
		else
		print("incorrect MODE setting!")
		end
	end
end
<-- Real one

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
function imgupdate(id,img,mode)
if img==1 then
         if mode==1 then
                    if c4img[id]==nil then
                       c4img[id]=image("sys/lua/C4.bmp",0,0,0)
                    end
                    local rot=math.random(0,359)
                    imagepos(c4img[id],c4[id].x,c4[id].y,rot)
                    imagescale(c4img[id],1,1)
         elseif mode==0 then
                 if c4img[id]~=nil then
                    freeimage(c4img[id])
                    c4img[id]=nil
                 end
         end
end
end
<-- Your one (a few changes but still its the same shit)

alt

J4x
User Off Offline

cool script, I love to make people explode
Ich mag es!

alt

Caelenn
User Off Offline

Very good idea!
Like Meekstone on diablo mod in cs 1.6.
Ich mag es!

alt

Loooser
User Off Offline

nothing is stolen if you look more carefuly

alt

enzomaxtay
User Off Offline

Good script, more explosions xDDD
Ich mag es!

alt

HaRe
User Off Offline

most parts are stolen by the Gas Mask script, Really bad


Zitat
Have fun.
Please dont copy or reclaim as yours.

alt

Loooser
User Off Offline

pm me for this questions

alt

byengul
User Off Offline

how can i make it for only admins can use? btw very cool script
Ich mag es!

alt

Loooser
User Off Offline

max damage of explosoin is 200 but you can edit this script

alt

Krimhorn
User Off Offline

Cool script, now someone can destroy BREAKABLE wall with using this 5/5
P.S. How many Damage deal C4?
Ich mag es!

alt

Promaster
User Off Offline

But nice scrips anyway. 4-8 Mines is enough.
Ich mag es!

alt

jonathan indonesia
User Off Offline

owww, i know now how to explode 'em. by F3.......
ok ok :lol:
Ich mag es!

alt

Loooser
User Off Offline

yes ok but as i said its an example which scripter can use for own scripts

alt

Promaster
User Off Offline

Okey. But what happen if i And my brother Come in and Make 64 Mines. And Explode them at same time. Or maybe we are 3 then we make 96 Mines. It will probably make it lagg.
Ich mag es!

alt

Loooser
User Off Offline

no read the description you can only make 32 it wont lagg and you can explode them with F3 just read descriptions bevore asking

alt

Promaster
User Off Offline

What happen when i Spam With that bomb on the server. The Server will be Lagg of...
Ich mag es!

alt

jonathan indonesia
User Off Offline

ummm how to ecplode the c4? are some player goto c4 and boom!! or nothing?
Ich mag es!
Zum Anfang Vorherige 1 2 3 Nächste Zum Anfang