17.04.2013, 23:13
I have had a problem in my server with players trolling other players, telling them to do /q and it will give them (insert good thing) I have tried to keep it under control but I thought a better solution would be to replace "/q" with "/quit" so people would not be tricked. So I tried this OnPlayerText:
And it doesn't work, any idea why?
pawn Код:
set(text,strreplace("/q","/quit",text));