Need Help !
#1

I don't understand why is dosen't working !!!


stock GetPlayerVariable(playerid, get[])
{
new result[256],SQL[256];
format(SQL, sizeof(SQL), "SELECT `%s` FROM `users` WHERE `username` = '%s'", get, GetName(playerid));
mysql_query(SQL);
mysql_store_result();
mysql_fetch_row(result);
return strval(result);
}
Reply
#2

What's the problem? Post your errors and use the pawn tags. [pawn][/pawn]
Reply
#3

It doesn't work - There are no errors but it return me -1
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)