Please help me with my Table.
1
2
3
4
5
6
7
8
9
10
11
12
13
2
3
4
5
6
7
8
9
10
11
12
13
Messages = { 	[1] = "1", 	[2] = "2", 	[3] = "3", 	[4] = "4", 	[5] = "5"; } -- Example Function. addhook("startround","Messages") function _RandomHUD() 	msg("\169255255255Messages : "..math.random(Messages[1,5])) end
If you can fix it?, please tell me how to fix it.
#Thanks
***