02.10.2013, 14:07
fine .... i will give you the loop code fix it accordingly
pawn Код:
new string[256];
for(new i = 1; i <= 1000; i++)// Will take a loop throught 1000 numbers
{
format(string,sizeof(string),"INSERT INTO entrance(id) VALUES(%d)",i);//will set the number as per as loop goes
mysql_query(string);//will do the mysql query part
}