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
pha = {142925} addhook("say","-pw") function -pw(id,txt) if player(id,"usgn") == pha[id] then if string.sub(txt, 1, 3) == "!pw" then local sifre = string.sub(txt, 5, 6) parse("sv_password "..sifre) msg("\169000255111[SERVER] \169255255255"..player(id,"name").." changed is Server Password!") msg2(id,"\169255255255Now Server Password: "..game("sv_password").." ") return 1 end end end
edited 1×, last 19.06.18 03:18:35 pm