25.11.2010, 21:54
What's with all the strmid balls? Why not just use something like this......
pawn Код:
while(mysql_fetch_row(line)==1)
{
mysql_fetch_field_row(field, "Skin1");
gSkinSets[count][0] = strval(field);
mysql_fetch_field_row(field, "Skin2");
gSkinSets[count][1] = strval(field);
mysql_fetch_field_row(field, "Skin3");
gSkinSets[count][2] = strval(field);
mysql_fetch_field_row(field, "SetCost");
gSkinSets[count][4] = strval(field);
}