08.08.2011, 21:54
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