08.04.2014, 07:05
pawn Code:
ON DUPLICATE KEY UPDATE ammo = %d;
Concerning the table structure, shouldn't the child table have some kind of unique column? I don't know why but I always add it to any table.. I guess it's for editing rows in pMA. Is that bad practice?
And you should really continue these tutorials. I've seen MANY table structures that have over a hundred columns in one main "player" table.