for example:
1
2
3
4
5
6
2
3
4
5
6
addhook("join","msG") function msG(id) if isAdm(id) then msg2(id,'©000255000Welcome!©000150000 Rank: ©215000000-Admin-') end end
Its appears like this
ÂWelcome! ÂRank: Â-Admin-
How i can fix it ?
addhook("join","msG") function msG(id) if isAdm(id) then msg2(id,'©000255000Welcome!©000150000 Rank: ©215000000-Admin-') end end