[ Suggestion ] - Leaderboard, Int, String, BoolValues and connection to get values ..
#1
to get the values in a different mysql database

the game just needs more objects that can contain variables and stuff to see how many a player has and stuff...

and also a way to connect the mysql server to the game so it can read the saved values

example:
i got 210 waffle points in the game, i leave then come back and still have 210 waffle points
Reply
#2
I don't want to let people access the MySQL database, for security reasons.

But what about adding a httpGet function and letting you host the script yourself? Most web hosts have PHP and MySQL.

Code:
local points = game:httpGet("http://yourhost.com/getPoints.php?name="..player.Name)

Code:
game:httpGet("http://yourhost.com/setPoints.php?name="..player.Name.."&points="..points)
Reply
#3
yeah, gethttp will help
Reply
#4
[spam removed]
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)