1
attempt to concatenate global "no_kill" <a nil value>
What has gone wrong?
The line is :
1
"No kill |("..no_kill..")"
1
2
3
4
5
6
7
8
9
2
3
4
5
6
7
8
9
addhook("startround","add_a_startround")
function add_a_startround(mode)
	for id = 1,32 do
		if player(id,"exists") then
			no_kill = 0		
		end
	end
	UpdateUserstatus()
end
A nil value
1 
Offline
DC