Dateien

> > CS2D > Lua Scripts > [SCRIPT] Deagle
DateiübersichtCS2D-ÜbersichtLua Scripts-Übersicht

Englisch [SCRIPT] Deagle >

21 Kommentare35 kb, 561 Downloads

alt [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.
2× editiert, zuletzt 06.05.14 20:02:27
Zugelassen von Sparty

Download Download

35 kb, 561 Downloads

Kommentare

21 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

Occasus
User Off Offline

This actually pretty simple, but keep on further more for your next script
Zum Anfang Vorherige 1 2 Nächste Zum Anfang