code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
staffs = {74551} addhook("say","staff_say") function staff_say(id,t) for _, usgn in ipairs(staffs) do if player(id,'usgn') == usgn then msg("©000128128[STAFF] "..player(id,"name").." :©255255255 "..t) return 1 end end end addhook("say" , "help_txt") function help_txt(id,tx) if tx=="!help" then	 msg2(id,"xxxxxxxxxxxxxxxxxx") return 1 end end