21.11.2012, 09:47
He means like this, example your standard skin (first skin in class selection) is ID 1.
Change the value on Database automatically to 1, if the player register successfull.
Or use UPDATE command.
Change the value on Database automatically to 1, if the player register successfull.
pawn Код:
INSERT INTO users (username, password, skin) VALUES ('Hey', 'nigga', 1)