I need some help maybe its not bug because i checked
![thread](img/i_forum.png)
![cs2d](img/icons/cs2d.png)
Check this simple script i made for my server but his return 1 value not working i want to hide my command but its not work.
1
2
3
4
5
6
7
8
9
2
3
4
5
6
7
8
9
addhook("say","msgs") function msgs(id, txt) if(txt=="!admin") then parse ("sv_msg2 "..id.." ©255255255---Information About Server »Owner« ---") parse ("sv_msg2 "..id.." ©000255000-The Owner Of server ©255255255Spy-eR ©000255000-U.S.G.N ©255255255#159747") parse ("sv_msg2 "..id.." ©000255000-All Credits goes to ©255255255Spy-eR ©000255000-U.S.G.N ©255255255#159747") return 1 end end
and another problem that yesterday i ask about Shop easy Customization Script for hide this script command !shop, @
![user](img/i_friend.png)
addhook("say", "ChatCommands")to
addhook("say", "ChatCommands", 999)
I Did that but some times its work and some times its doesn't work why ???
Help me..