10.09.2012, 18:03
There is an issue with this:
It's not selecting the information correctly, any idea how I can work this?
pawn Code:
format(Query, sizeof(Query), "SELECT `username` & `factionRank` FROM `playerinfo` WHERE `factionID` = '%d'", PVar[playerid][factionID]);
mysql_query(Query);