21.04.2010, 20:42
like: new String[256]; when max string in Sa-mp is 128. It's unnecessary storage.
And sometimes like when you want to store the players name in a string you just need 24 as 24 is the maximum of SA-MP players name(new pName[24]
.
And sometimes like when you want to store the players name in a string you just need 24 as 24 is the maximum of SA-MP players name(new pName[24]
.

