17.12.2012, 15:59
Nah nah, Y_Less that's not related to script i read about that crashing cheat, same exploit happened to me.
When you use "%s" "%f" or any specifier in dialog your server log gets spammed with it, and then it leads to crash..
to avoid it,
Restrict usage of "%" by using string find function.
When you use "%s" "%f" or any specifier in dialog your server log gets spammed with it, and then it leads to crash..
to avoid it,
Restrict usage of "%" by using string find function.
pawn Code:
if(strfind(inputtext,"%",true) != -1)