View Single Post
Author Message
connoisseur
Senior Member
Join Date: Jan 2012
Old 03-08-2014 , 12:26   [HELP] Optimum way to read a file
Reply With Quote #1

I coded a plugin that requires to read a file which contains 50-60 steam ids.
Currently, it reads the file whenever a player connects.
Which way is optimum?
Reading the file everytime or using an array to store its contents once and reading them instead?
connoisseur is offline