Ale niewiem gdzie to dać w swoim kodzie, sorki, a kod mam taki:
if vspeed>0 and y<other.y+4
{
with (other) instance_destroy();
}
else
{
na = "n"; // must be same as $gn in highscore.php file
sc = "s"; // must be same as $gs in highscore.php file
Name = get_string("Podaj swoje imie","Unknown"); // GET PLAYER NAME
execute_shell("http://www.sarts.yoyo.pl/highscore.php?"+string(na)+"="+string(Name)+"&"+string(sc)+"="+string(global.score),""); // GO TO HIGHSCORE LIST
sound_stop_all()
game_restart();
}