Forum




Random chance in a round?
3 replies



1
2
3
4
5
6
2
3
4
5
6
local selected_id=0 addhook("startround","getrandomplayer") function getrandomplayer() 	local list=player(0,"table") 	selected_id=list[math.random(1,#list)] end
Something like that?




