Basic Network Setup for future Network games
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
NetworkTest/objects/object0/Create_0.gml

9 lines
233 B

/// @description Insert description here
// You can write your code in this editor
request_count = 0
get = http_get("http://45.33.13.215/server/test.html");
sent = current_time;
last_ms = 0
result=""
sent_packets=1
received_packets=0