Hello, Is there a way i could draw score instead of getting a pop up.
current code:
var score = 5;
gmsb_post = http_post_string(WEBSITE+string(tagid)+"&getscore="+string(score),"");
HTTP code:
var r_str = "null";
if ds_map_find_value(async_load, "id") == gmsb_post
{
if...