14.12.2013, 21:40
I have this:
But it sets PlayerInfo[pid][pID] to a random number, like, its fine in the database, though when I do a command to check this ID it said 0, even though the ID was 2. When I logged out, it saved it as ID 6, what's going on here?
Код:
db_get_field_assoc(Result, "ID", string, 3); PlayerInfo[pid][pID] = strval(string);