13.10.2012, 20:09
PHP код:
//
#include a_samp
#include a_mysql
#define mysql_host "localhost"
#define mysql_user "root@localhost" // na database esta assim eu coloco so root ? ou assim ?
#define mysql_password ""
#define mysql_database "sa-mp"
main(){print("\n----------------------------------");}
public OnGameModeInit()
{
SetGameModeText("Blank Script");
AddPlayerClass(0, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0);
mysql_connect(mysql_host, mysql_user, mysql_database, mysql_password);
mysql_debug(1);
return 1;
}
public OnGameModeExit()
{
mysql_close();
mysql_debug(0);
return 1;
}
//
eu crie a database tipo fui em criar e criei 4 tabelas id,nome,senha,nivel me expliquem ae .
se for para postar gracinhas no topico nem poste .