Gang System MySQL StrickenKid to MySQL GStylezzz
#1

Hello! Can somebody transform this Filterscript from MySQL StrickenKid to MySQL GStylezzz ? I will +Rep and very much thx Please help me

Filterscript attached!

pawn Code:
stock GetGangName(GangID)
{
    new gName[100], Query[150]; format(Query, sizeof(Query), "SELECT name FROM gangs WHERE id = %d;", GangID);
    mysql_query(Query);
    mysql_store_result();
    -> mysql_fetch_string(gName); <- I don't know to transform this part of the script!
    return gName;
}
Reply
#2

pawn Code:
mysql_fetch_row(gName);
Reply
#3

Thx very much
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)