Little Help
#9

Quote:
Originally Posted by Death1300
Посмотреть сообщение
Ok. Since your not threading quires, You should load your data to something alike this:
pawn Код:
new username[MAX_PLAYER_NAME+1];

mysql_query("SELECT `UserName` FROM `users` WHERE `SquadID` = `1`");
mysql_store_result();
while(mysql_retrieve_row())
{
      mysql_fetch_field_row(username, "Username");
      // etc..
}
mysql_free_result();
https://sampwiki.blast.hk/wiki/MySQL - More information.
YES thanks reputation!
Reply


Messages In This Thread
Little Help - by Sanady - 03.01.2015, 14:34
Re: Little Help - by Sledgehammer - 03.01.2015, 14:39
Re: Little Help - by Sanady - 03.01.2015, 14:42
Re: Little Help - by cyberlord - 03.01.2015, 14:43
Re: Little Help - by Sledgehammer - 03.01.2015, 14:43
Re: Little Help - by Sanady - 03.01.2015, 14:45
Re: Little Help - by cyberlord - 03.01.2015, 14:46
Re: Little Help - by Sledgehammer - 03.01.2015, 14:50
Re: Little Help - by Sanady - 03.01.2015, 14:55
Re: Little Help - by Sanady - 03.01.2015, 17:31

Forum Jump:


Users browsing this thread: 1 Guest(s)