Forum

> > CS2D > Scripts > Big dmg
ForenübersichtCS2D-Übersicht Scripts-ÜbersichtEinloggen, um zu antworten

Englisch Big dmg

11 Antworten
Zum Anfang Vorherige 1 Nächste Zum Anfang

alt Big dmg

Pirtyu
User Off Offline

Zitieren
Tmp damage big only admins
Please give me a good script
Thanks all

alt Re: Big dmg

Happy Killer
BANNED Off Offline

Zitieren
Big damage with weapons? U can do it in da console, you didn't need a script for it.

alt Re: Big dmg

robed
User Off Offline

Zitieren
he meant that it only works for admin not the other players

alt Re: Big dmg

Homam
User Off Offline

Zitieren
Type
1
mp_wpndmg tmp 9999
in the console.

alt Re: Big dmg

loldlold123
User Off Offline

Zitieren
1
2
3
4
5
6
addhook("hit","asd")
function asd(id,source,weapon)
if player(source,"usgn")==61180 and weapon==tmpid then
parse("killplayer "..id.."")
end
end

edit tmpid as tmp's id,i dont know which was that id

alt Re: Big dmg

SkullzOrig
User Off Offline

Zitieren
You know I been wanting something likes this also, but instead. When the admin shoots with whichever weapon it is set to. The player hit would be inprisoned in a 3x3 Wall lll so that would be his punishement, and when hit it still does the damage the weapon would regulary do.

alt Re: Big dmg

EP
User Off Offline

Zitieren
1
2
3
4
5
6
7
8
9
10
11
12
13
14
adm = {xxx,xxxx,xxx} -- Put usgns here
admwpn = 1
addhook("hit","a")
function a(pl,id,wpn)
	for _,usgn in ipairs(adm) do
		if player(id,"usgn") == usgn and wpn == admwpn then
			for i = -1,1 do
				for a = -1,1 do
					parse("spawnobject 5 "..(player(pl,"tilex")+i).." "..(player(pl,"tiley")+a).." 0 0 "..player(id,"team").." "..id)
				end
			end
		end
	end
end
@user SkullzOrig: is this what you wanted?
Zum Anfang Vorherige 1 Nächste Zum Anfang
Einloggen, um zu antworten Scripts-ÜbersichtCS2D-ÜbersichtForenübersicht