Another mysql error -.-
#1

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
Reply


Messages In This Thread
Another mysql error -.- - by youssefehab500 - 27.05.2014, 14:10
Re: Another mysql error -.- - by Konstantinos - 27.05.2014, 14:14
Re: Another mysql error -.- - by youssefehab500 - 27.05.2014, 14:15
Re: Another mysql error -.- - by rappy93 - 27.05.2014, 14:18
Re: Another mysql error -.- - by youssefehab500 - 27.05.2014, 14:22
Re: Another mysql error -.- - by rappy93 - 27.05.2014, 14:25
Re: Another mysql error -.- - by youssefehab500 - 27.05.2014, 14:45
Re: Another mysql error -.- - by youssefehab500 - 27.05.2014, 14:56

Forum Jump:


Users browsing this thread: 1 Guest(s)