stock SaveMine() { new ok[200]; mysql_format(mysql,ok,sizeof(ok),"INSERT INTO mine (cutt) VALUES (%d)", cutt); mysql_query(mysql,ok); return 1; }