This is giving me the same weapon 12 times.
#3

pawn Код:
for(new w=0; w < 13; w++)
                {
                    new string[12];
                    format(string, sizeof(string), "Weapon%d", w);
                    mysql_get_field(string, QueryString);
                    PlayerWeapons[playerid][w] = strval(QueryString);
                }
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)