network_connect_raw

  1. S

    HTML5 HTML Web Socket functionality on itch.io

    Hey guys. After figuring out all the little quirks of porting my buffers and what not to html (html doesn't seem to like float buffers), I got a local browser client (the one gms2 provides with the play button) up and running and connected to a host client version of my game. But I'm noticing...
  2. J

    TCP client won't connect

    Hi, I'm trying to run a server and a client on my laptop. The server starts, but I get an error when I try to create a client. This code runs in the client's Create event: connect = client_connect("my.ip.address", 50000); and here's the script client_connect: var ip = argument0, port =...
Top