16.07.2012, 08:53
Thanks! But I don't understand other thing. Did array used RAM size frees after using it? Example:
So connects 15 players. 15 * 2000 * 4 = 120000KB, so now the script uses 120000KB RAM? I'm sure it's not, so why listen this tutorial instead of using example 256? It's just a 1KB . Thanks for replies, I need arguments.
pawn Код:
public OnPlayerConnect( playerid )
{
new
array[ 2000 ]
;
// formating array, and doing something with it.
}