30.04.2014, 19:16
Hello, im new pawn mysql.
i already searching for a same problems with me on this forum, but i still doesnt know how to solve this.
i want to get the "id" values from mysql user data to store to PlayerInfo[playerid][pID]
the mysql query, look like this.
thanks for your help
i already searching for a same problems with me on this forum, but i still doesnt know how to solve this.
i want to get the "id" values from mysql user data to store to PlayerInfo[playerid][pID]
the mysql query, look like this.
Quote:
SELECT id FROM users WHERE name = "someplayername" |