27.05.2014, 14:10
he guys it me again
i had an old gang fs but didnt work bec it needed stickenkid's mysql plugin so i forgot about it nw i found a new one that is working great but! the only thing it needed onplayertext so i got it from the old one addedd declerations enums and all that make it work even took some of the old mysql and put them in a_mysql to work nw only left with 1 error yay LD ill show u the lines and errors :
The Lines (220-22
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);
return gName;
}
The error is : (224) : error 035: argument type mismatch (argument 1)
the line is mysql_query(Query);
if anyone has any idea how to fix please help me xD as im dying for the gang fs in my gm
thanks in advance

The Lines (220-22

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);
return gName;
}
The error is : (224) : error 035: argument type mismatch (argument 1)
the line is mysql_query(Query);
if anyone has any idea how to fix please help me xD as im dying for the gang fs in my gm

