1
player(id,"name")

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,"name")
id = true
attempt = { ["err"] = ""..player(id,"name").." attempt after messega", } addhook("join","welcome") function welcome(i) msg(attempt["err"]) end
addhook("join","welcome") function welcome(id) local attempt = { ["err"] = ""..player(id,"name").." attempt after messega", } msg(attempt["err"]) end
addhook("join","welcome") function welcome(sexy) local attempt = { ["err"] = ""..player(sexy,"name").." attempt after messega", } msg(attempt["err"]) end