07.10.2013, 08:53
Thank you very very much AndreT!!!
That's iit.
I used to call the plugin function million times and it crashed the server.
Then replaced ' amx->stk += params[0];' with ' amx->stk += params[0] + sizeof(cell);'. Now everything seems to be fine.
Thank you again.
That's iit.
I used to call the plugin function million times and it crashed the server.
Then replaced ' amx->stk += params[0];' with ' amx->stk += params[0] + sizeof(cell);'. Now everything seems to be fine.
Thank you again.