1
2
3
4
5
6
7
8
9
10
11
12
13
14
2
3
4
5
6
7
8
9
10
11
12
13
14
playerScore = "him score in rank" vip = {} mod = {} admin = {} addhook("join","j") function j(id) 	if playerScore >= 500 then 	vip[id] = true 	elseif playerScore >= 1000 then 	mod[id] = true 	elseif playerScore >= 2000 then 	admin[id] = true 	end end
This code is absolutely wrong i know. This codes are just example. Thanks, sorry for my bad english.