1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
addhook("name", "nameControl") function nameControl(id, oldname, newname, forced) 	if forced == 1 then 		return 0 	else 		return 1 	end end
I use this command as described in tutorial, why doesn't it work?