1
2
3
4
5
2
3
4
5
function _endround()
for _,id in ipairs(player(0,"team1")) do
parse("makect "..id)
end
end
Scripts
What's wrong here?
What's wrong here?
1

function _endround()
for _,id in ipairs(player(0,"team1")) do
parse("makect "..id)
end
end
Apache uwu has written
Re: What's wrong here?addhook("endround","_endround")
function _endround()
	for _,id in ipairs(player(0,"team1")) do
		parse("makect "..id)
	end
end
Infinite Rain: I don't like Tables.
Apache uwu: yes, bt I've trying another thing, I thinks this'll works!
4Vendetta has written
Infinite Rain: I don't like Tables.
Apache uwu: yes, bt I've trying another thing, I thinks this'll works!
Re: What's wrong here?
4Vendetta has written
Infinite Rain: I don't like Tables.
Apache uwu: yes, bt I've trying another thing, I thinks this'll works!function _endround()
for _,id in ipairs(player(0,"team1")) do
parse("makect "..id)
end
end
function _endround()
	for _,id in ipairs(player(0,"team1")) do
		parse("makect "..id)
	end
end
Infinite Rain:
1
