EXAMPLE :
Player join the game : Rank : Guest
ME join the game : Rank : Admin
HE join the game : Rank : VIP
SHE join the game : Rank : Member
IT join the game : Rank : Hacker
END :
Can someone give me an example?
<welcome message> <mask indication> <motd>
addhook("join","usjoin") function usjoin(id) 	if player(id,"usgn")==[usgn] then 		msg("[Rank] "..player(id,"name").." [Your shitty message here]") 	elseif .. ==[usgn] then 		more shit here. 	end end