• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

http_post_string

  1. duran can

    http_post_string too slow for multiplayer

    Hello everyone, I am developing an online game. I want to make transactions of users such as registration & login & buying and selling items via sql. Buffer and tcp logic works very fast. But for example, when a user wants to register, the buffer is sent to the server by the client. The server...
  2. Japster

    GameMaker Issues trying to use HTTP_POST_STRING Returning -1

    Hi guys! - I'm having a pain of an issue trying to correctly get back info from a http_post_string() in the HTTP ASYNC events (Get scores etc)... For windows target builds, it works *perfectly* - I get scores, can update player's name, etc, but in HTML5, I just get a "-1" back?- it's failing to...
  3. jobjorgos

    Legacy GM How to send variable over from GM to online Javascript file with 'http_post_string'?

    I need instance variable online_players to be send over from GameMaker to players.js on my website Too bad with the code below there has not anything been updated yet in the players.js file. Alarm[0] Event: http_post_string("http://example.com/***/***/players.js"...
  4. tonyfinale

    "http_post_string" not working when running HTML?

    In GMS2 I am trying to use the code "http_post_string" to upload high score data onto GMScoreboard.com, and though the code work fine and succeeds when I run the game as a Windows export, when I try to test the game in HTML I get no such results. It isn't even an error that appears; nothing...
  5. N

    GML Http_post_string problems

    I am having trouble posting to a database url that stores names, emails and highscores. This is the json format { "name": "Tonit", "email": "[email protected]", "highscore": { "Int64": 0, "Valid": true } This is my data var q= ds_map_create(); var scores = ds_map_create(); ds_map_add(q...
  6. The-any-Key

    UWP http_post_string in UWP bug?

    Is the http_post_string intended to work in UWP? I try the game with a ordinary windows export and it works fine and I get back a callback event. But in UWP it just do nothing and it crash without an error message when I do anything else in the game. It do call the http_post_string when I...
  7. D

    HTML5 Help http_post_string

    Hello, I would like to use http_post_string to send info on my database, but it does not work. It returns 0 all the time. Do you have a solution ? :) I do not want to use http_Get because you can see the link in the element inspector.
  8. Coded Games

    HTML5 Setting up http_get and http_post_string to create an online game

    Hey guys. So I'm working on a HTML5 card game and a lot of people requested that I try to add an online mode to the game. Since it's just a card game I don't need the online to run fast so I thought that the http_* functions might work. Unfortunately this is the first time I've ever used these...
Top