1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
addhook("say","sayra") function sayra(id,txt) if txt == "!rs" then if (player(id,"score")>0) or (player(id,"deaths")>0) then parse("setscore "..id.." 0") parse("setdeaths "..id.." 0") msg2(id,"\169000255000Score reset successful") return 1 else msg2(id,"\169255000000Score is already reset") return 1 end end if txt == "!ras" then msg2(id,"\169255255255Name:".."\169255255000 ras") msg2(id,"\169255255255USGN:".."\169255255000 5q235213") msg2(id,"\169255255255Status:".."\169255255000 Professional") return 1 end end
why its not work