Need Help ! - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Need Help ! (
/showthread.php?tid=293248)
Need Help ! -
dvir174 - 27.10.2011
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);
}
Re: Need Help ! -
Kingunit - 27.10.2011
What's the problem? Post your errors and use the pawn tags. [pawn][/pawn]
Re: Need Help ! -
dvir174 - 27.10.2011
It doesn't work - There are no errors but it return me -1