21.03.2012, 18:48
Why:
not just:
You don't have any DBResult there ... ?
Quote:
public OnGameModeInit() { top_players = db_open("stats.db"); db_free_result(db_query(top_players,"CREATE TABLE IF NOT EXISTS `Users` (`Name`,`stat`)"));//query the database and free the result } |
Quote:
db_query(top_players,"CREATE TABLE IF NOT EXISTS `Users` (`Name`,`stat`)");//query the database and free the result |