Please give me a good script
Thanks all
Scripts
Big dmg
Big dmg
1

mp_wpndmg tmp 9999
addhook("hit","asd")
function asd(id,source,weapon)
if player(source,"usgn")==61180 and weapon==tmpid then
parse("killplayer "..id.."")
end
end
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
SkullzOrig: is this what you wanted?
Pirtyu has written
Ariiel: Oh,really? oO Okay,i will tested again
1
