I need some help maybe its not bug because i checked
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, @
Gaios: tell me for replace this line: 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..
return 1 not working.
1 
return 1 not working.
Offline
You posted this in the "maps" section, I moved it were it belongs (scripts). Please choose the right section when posting!