Hattrick HttrckCldHKS

Results 26 comments of Hattrick HttrckCldHKS

It was throwing error logs. I hate seeing error logs in my logs folder. It only happened for !ungag !unsilence or !unmute.

> Live StatTrak update is possible using https://github.com/komashchenko/PTaH/blob/5b435d6801f7d3b0ed9f0d6fa7cf450384c97374/PTaH.inc#L525 Thanks! I will add it in my copy!

Hard work man, how much time did it take? This will definitely reduce the size of the future plugins.. and increase the execution speed..

You should also provide a parameter whether register_chatcmd will call register_clcmd or register_concmd and explain what is the difference to the scripter (regarding amx_help and stuff like that). As I...

I didn't say anything about **register_srvcmd**.. Maybe some people would like chatcmds to be shown on **amx_help**.

Tested Mersenne Twister (std::mt19937) INT = -13, 0, 13, -7, 10, 6, -9, -14, 9, -11, -8, -5, 0, 7, **10, 10** REAL = -9.73, 10.94, -15.11, -14.70, -13.85, -3.49,...

I'm not searching for some algorithm that isn't repeating numbers. I know that M.T. method is better but the differences aren't huge though. Besides, I would definetely agree implementing M.T....

AMXX can also add SM's M.T. generator but I strongly recommend that **random**, **random_num** and **random_float** functions will be the same as they actualy are.

Oh my.. I've always thought that.. **#define random( x ) random_num ( 0, x )** You're right..

This is awesome. For example, if the user has no input activity at all, the FPS must significantly decrease. Of course, this should never happen when vSync is turned on.