05.05.2018, 05:48
I m p r e s s i v e. Btw pottus why to call a function over 90 times per a check while you can store it in a var and use that var?
new pping = GetPlayerPing(i);
And later... pping >= x...
Won't that make it a bit more optimized?
new pping = GetPlayerPing(i);
And later... pping >= x...
Won't that make it a bit more optimized?