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
***
My Table is Error!?.
1 
Offline
show message "lol" when a player type "123" on a chat
). I learned all hooks and many functions. This helped me to create new scripts because of I learned how CS2D's Engine works.
Gaios