script favor has written
I send him the script on pm and stop flame , fucking kiddy.
Oh yeah, for sure
function zp_die(p) local t = player(p,'team') for i = 1,1 do if t == 2 then parse('maket '..p) end end zp_hudtxt2(p,2,1,'',0,0,0) zp_hudtxt2(p,4,1,'',0,0,0) return 1 end
function zp_die(p) 	if player(p, "team") == 2 and next(player(0, "tableliving"), 1) then 		parse('maket '..p) 	end zp_hudtxt2(p,2,1,'',0,0,0) zp_hudtxt2(p,4,1,'',0,0,0) return 1 end
#player(0,"tableliving")actually works?
count? A variable or count of players in-game?