25.12.2017, 11:12
pawn Код:
public OnPlayerConnect(playerid)
{
new string[128];
format(string, sizeof(string), "CREATE TABLE IF NOT EXISTS TABLENAME `terma`");
mysql_query(string);
return 1;
}
checked phpmyadmin a thousand times but table cant be created
could the plugin be causing this
and theres nothing in the logs