script favor has writtenI send him the script on pm and stop flame , fucking kiddy.
Oh yeah, for sure
Scripts
Count players and if?
Count players and if?
script favor has written
script favor has writtenfunction 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
Masea: But you you did only comment on my post ?
script favor has written
Yates: What previous attempts?
script favor: What other people here are trying to say is that you shouldn't try to help others if you're not sure what you're doing.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?
Baloon: Yes. This is how the table returned by player(0, ...) looks:
Gaios has writtencount? A variable or count of players in-game?