1
2
3
4
5
6
7
8
9
10
2
3
4
5
6
7
8
9
10
addhook("startround","s")
function s(id)
	if player(id,"score") > 2 then
		if player(id,"health") > 0 then
		parse("equip "..id.. "47")
	else
		msg2(id,"You will get your RPG next round!")
		end
	end
end
Where is my mistake? (lua)
1 
Offline
limonata