07.05.2012, 14:12
Quote:
There's more to a file system than a single function - file formats, naming schemes etc. Looping through files is basically ALWAYS the worst option because it is VERY slow. I'd suggest maintaining some form of index for players and their vehicles, or using a file system which doesn't rely on names (which are entirely variable).
|
And, isn't it easier to use MYSQL? I heard that with mysql much things are easier/faster.