Posted 17 May 2014 - 03:38 AM
Im making a program take user input and save it to a disk or a file like a player data base add a name, and detials it turns it to a string like:
and playerDetail[1-99999].
any help is appreciated :D/>
local player[1] = "Example"
local playerDetail[1] = "Example"
print(allplayersifpossible)
allplayersifpossible is another thing i need help with. how do I make it print all the player[1-999999]and playerDetail[1-99999].
any help is appreciated :D/>