settings.txt
1
0 0 1 45 11 16000 5
These are several settings that the script will use when server starts.
I need you to tell me how to use the split function to load all this stuff like:
if(file exists) then
var1 = 1st part of splitted line -0-
var2 = 2nd part of splitted line -0-
var3 = 3rd part of splitted line -1-
var4 = 4th part of splitted line -45-
end
and so on.