That's what it looks like mysql command r6?
#9

There is nothing wrong with that line, the only tag mistake I could see would be PlayerInfo[playerid][pDBID] and that's your problem as I don't have that array

There are the two possibilities of a tag mistake

1. Possibility: pDBID has an unknown tag (not a Integer or Float)
2. Possibility: pDBID isn't from the correct enum

The first can be fixed easily with
pawn Код:
format(query, sizeof(query), "SELECT * FROM `friendsdb` WHERE `UserDBID` = %i", _: PlayerInfo[playerid][pDBID]);
Reply


Messages In This Thread
That's what it looks like mysql command r6? - by Jimmi - 16.08.2015, 22:28
Re: That's what it looks like mysql command r6? - by Jimmi - 16.08.2015, 23:04
Re: That's what it looks like mysql command r6? - by Jimmi - 16.08.2015, 23:44
AW: That's what it looks like mysql command r6? - by Nero_3D - 17.08.2015, 02:26
Re: That's what it looks like mysql command r6? - by Jimmi - 17.08.2015, 03:12
Re: That's what it looks like mysql command r6? - by Jimmi - 17.08.2015, 11:46
AW: Re: That's what it looks like mysql command r6? - by Nero_3D - 17.08.2015, 14:24
Re: That's what it looks like mysql command r6? - by Jimmi - 17.08.2015, 15:17
AW: That's what it looks like mysql command r6? - by Nero_3D - 17.08.2015, 18:27

Forum Jump:


Users browsing this thread: 1 Guest(s)