1
player(id,"name")
"attempt to index global 'id' (An nil value)"Im tried the this:
1
id = true
1
2
3
4
5
6
7
2
3
4
5
6
7
attempt = {
["err"] = ""..player(id,"name").." attempt after messega",
}
addhook("join","welcome")
function welcome(i)
msg(attempt["err"])
end
Player id in table
1 
Offline
Gaios