0


Could someone help me create a HUD text for money. They need to be saved using a text file and must be logged in with USGN. Is that possible? And also when they buy, They took money from the hud text. Thank you!

flag offensive
asked 2010-05-14 04:54:23.053029
1
add comment
2 Answers:
0


You would have to read a bit on file input/output with Lua. You can start by reading this:
Programming in Lua - File I/O
Then you could study these:
io.open
file:write()
file:read()
file:close

permanent link | flag offensive
answered 2010-05-15 04:28:57.186915
21
add comment
0


Thanks Flacko. Anyways im just beginner.

permanent link | flag offensive
answered 2010-05-17 02:12:02.345965
1
add comment
Your answer:
You are now not logged in but you can answer first and then login
toggle preview



Made with Django.