26.09.2010, 15:38
Quote:
By .02 miliseconds? Who cares! I don't even think it matters all that much.
One of the main reasons I use PVars is to reduce my .amx size because I use serverFFS as my host and every time I upload my .amx file (approx. 3.22mb) it takes about 2mins (for some reason whenever I upload stuff to serverFFS it limits my kb/s to about 36 when I should get 150-160kb/s :/). |
I use PVars in certain cases, as it seems more practical and more efficient, say for example I have a variable that really only has 1 use, no point creating a normal player variable for it, waste of 500 cells (or whatever MAX_PLAYERS is defined as).