• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

[Support] Lua Print function?

Xavizus

Panchira Project Member
Joined
Jun 16, 2010
Messages
14
Reaction score
0
Location
Sweden
Greetings members of OtLand!

To begin with, I am not sure if this is the right forum, but it says LUA :p so I guess I am right.

The problem I am having is that I want to learn how to open a txt file and make an input in it.

As I already know is that:
Lua:
io.open("premium.txt", "a")
print("Account = "..getPlayerAccountId(cid).." have bough 60 days.\n")
I am not sure if this is right to do?
 
Back
Top