Files

> > CS2D > Lua Scripts > [SCRIPT] Deagle
Files overviewCS2D overviewLua Scripts overview

English [SCRIPT] Deagle >

21 comments35 kb, 559 Downloads

old [SCRIPT] Deagle

AtomKuh
User Off Offline

About the Script:
This script was made for deagle servers, it's simple but I hope you have fun!

More:
> Everyone get +6 Speed!
1
parse("speedmod "..id.." 6")

> A Deagle can kill everyone with only one hit!

> You can't buy weapons!

> If you killed someone, there comes a sound.
1
parse("sv_sound2 "..id.." coin.wav")

> You can't drop weapons.

> If you die, you'll drop nothing.
1
parse("mp_deathdrop 4")
> You don't need to reload weapons.
1
2
3
4
5
6
7
8
addhook("reload","fastreload")
function fastreload(id,mode)
wp = player(id,"weapontype")
	if mode==1 then
		parse("equip "..id.." "..wp)
		parse("setweapon "..id.." "..wp)
	end
end

> Infammo is on!
1
parse("mp_infammo 1")



Servertransfer:
1
sfx/coin.wav


Rules:
√ You can use it on you're Server.
√ You can edit it.
× Don't say that you made my Script.
edited 2×, last 06.05.14 08:02:27 pm
Approved by Sparty

Download Download

35 kb, 559 Downloads

Comments

21 comments
Page
To the start Previous 1 2 Next To the start

Log in!

You need to log in to be able to write comments!Log in

old

Occasus
User Off Offline

This actually pretty simple, but keep on further more for your next script
To the start Previous 1 2 Next To the start