1
2
3
2
3
if (player(p,"team")>0) then <your script> end
 
 
Scripts 
 Lua Scripts/Questions/Helpif (player(p,"team")>0) then <your script> end
 
 
  addhook('hit','hitme')
function hitme(id,[b]attacker[/b],[b]victim[/b])
	<Script>
end
  
 addhook("reload","nr")
function nr(p,m)
	if m==1 then
		m==2
	end
end
-- Open File io.open() -- Close File close() -- Write File write()
local news_line = {}
f = io.open('news.txt','r')
if (f ~= nil) then
	local i = 0
	for line in f:lines() do
		i = i + 1
		news_line[i] = line
	end
	f:close()
end
 
  
 
  
  :
Snowball fight script:How can i make unlimited snowballs,like when i throw them i never run out of snowballs.
Football script:Can i pass the ball(snowball)to other players?,is that possible?
ZombieSwarm script 
 :@Blazzingxx:I tried to make prices on weapon menu but it just doesn`t work.Can you help me make the menu instead of money,to buy with zs points.Both Survivors and Zombies have zs points huds that shows them their current points.A player gets 1 zs point for each kill
 
  
  much appreciated,what`s your project? 
 Make a max of players on a team.Ex:
 Configure script settings with .cfg file