You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I unzip your file original
take in a server php local(with mysql correct) but after the logo frame
the game begin but with a message of error "A problem ocurred while trying to sync with the service"
change the money of 2000 to NaN and the game not play correct because is impossibile to acquire or other action.
The problem is on gui.js
[
function refresh() {
var processResponse = function(resp) {
if (resp.substr(0, 5) == 'ERROR') {
alert("A problem ocurred while trying to sync with the service.");
]
there is a solution? I no custom the code.... it's really strange!!!
But i can't get it to work! if i go to async/sync.php it displays normal: OK:525
But it can not complete the refresh function.
Help?
The text was updated successfully, but these errors were encountered:
So i have the same problem as this guy:
I unzip your file original
take in a server php local(with mysql correct) but after the logo frame
the game begin but with a message of error "A problem ocurred while trying to sync with the service"
change the money of 2000 to NaN and the game not play correct because is impossibile to acquire or other action.
The problem is on gui.js
[
function refresh() {
var processResponse = function(resp) {
if (resp.substr(0, 5) == 'ERROR') {
alert("A problem ocurred while trying to sync with the service.");
]
there is a solution? I no custom the code.... it's really strange!!!
But i can't get it to work! if i go to async/sync.php it displays normal: OK:525
But it can not complete the refresh function.
Help?
The text was updated successfully, but these errors were encountered: