06.07.2015, 20:19
So I know typically when loading a SQL Database from a player account you place this;
mysql_format(mysql, query, sizeof(query),"SELECT `Blank`` FROM `Blank` WHERE `Blank` = 'Blank' LIMIT 1", Blank);
under OnPlayerConnect
But what format would I use if I'm loading Pickups, Actors, etc. Something that doesn't have a 'Player Name'
Also, how would I save it? What's the format for that look like?
I'm not the best with MySQL so I'm still learning how to do systems outside of player accounts.
mysql_format(mysql, query, sizeof(query),"SELECT `Blank`` FROM `Blank` WHERE `Blank` = 'Blank' LIMIT 1", Blank);
under OnPlayerConnect
But what format would I use if I'm loading Pickups, Actors, etc. Something that doesn't have a 'Player Name'
Also, how would I save it? What's the format for that look like?
I'm not the best with MySQL so I'm still learning how to do systems outside of player accounts.