26.05.2010, 21:55
Well I have a problem inserting things to MySQL. This is the code:
Код:
SetPlayerInterior(playerid, PlayerInfo[playerid][pInt]); format(query, sizeof(query), "INSERT INTO players (money, level, admin, interior, bank) VALUES ('%d', '%d', '%d', '%d', '%d')",PlayerInfo[playerid][pMoney], PlayerInfo[playerid][pLevel], PlayerInfo[playerid][pAdmin], PlayerInfo[playerid][pInt], PlayerInfo[playerid][pName], PlayerInfo[playerid][pBank]);