Automatically adding tables/fields in MySQL database.
#8

Simple, just run the query/queries inside OnGameModeInit.
pawn Код:
mysql_query( "CREATE TABLE IF NOT EXISTS ..." );
// Cram them all into one query, or separate them by tables
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)