Jump to content

munsee

Membru
  • Posts

    44
  • Joined

  • Last visited

    Never

munsee's Achievements

Enthusiast

Enthusiast (6/14)

  • First Post
  • Collaborator
  • Conversation Starter
  • Week One Done
  • One Month Later

Recent Badges

0

Reputation

  1. Nickname: SouthSider Problema intalnita: Imi da o eroare cand deschid serverul,aveti mai jos eroarea Ce am incercat pana acum: Sa caut pe google rezolvarea Server log: Access denied for user 'root'@'localhost' (using password: YES).
  2. GM-ul este mai complicat,nu este tot in GM Am in Pawno/include/IBP/Publics/OnGameModeInit.pwn am la inceput asta: [pawn]public OnGameModeInit() { Streamer_TickRate(150); Streamer_CellDistance(300); new ip[ 32 ]; GetServerVarAsString( "bind", ip, sizeof( ip ) ); mysql_connect( HOST_ADDR, HOST_USER , HOST_DATA, HOST_PASS ); if(fexist("IBP/Other/JoinCounter.cfg")) { JoinCounter = dini_Int("IBP/Other/JoinCounter.cfg", "Connections"); } else { dini_Create("IBP/Other/JoinCounter.cfg"); dini_IntSet("IBP/Other/JoinCounter.cfg", "Connections", 0); }[/pawn] Prin GAMEMODE am asta: [pawn]#define HOST_ADDR "localhost" #define HOST_USER "root" #define HOST_PASS "" #define HOST_DATA "aici am nume db"[/pawn]
  3. 1.Am MySQL R6 2.GM-ul l-am cumparat cu tot cu MYSQL,nu vrei sa ma apuc sa ii scot baza de date acum din toate .pwn-urile serverului 3.Revin cu edit sa vad daca merge Si o luam de la capat :| [MySQL] Error (0): Function: mysql_connect failed, mysql was not initialized on this handle. Vrea cineva TeamV sa vada ce naiba i-am facut?
  4. [pawn]{ Streamer_TickRate(150); Streamer_CellDistance(300); new ip[ 32 ]; GetServerVarAsString( "bind", ip, sizeof( ip ) ); mysql_init(); mysql_connect( HOST_ADDR "localhost", HOST_USER "root", HOST_PASS, HOST_DATA "nume db" ); if(fexist("IBP/Other/JoinCounter.cfg")) { JoinCounter = dini_Int("IBP/Other/JoinCounter.cfg", "Connections"); } else { dini_Create("IBP/Other/JoinCounter.cfg"); dini_IntSet("IBP/Other/JoinCounter.cfg", "Connections", 0); }[/pawn]
  5. Nu am configurat mysql_connect si nu prea stiu cum Asa arata: mysql_connect( host addr, host user, host_pass, host_data ); Am incercat sa pun host_localhost , host_root, host_pass, host_nume db
  6. [MySQL] Error (0): Function: mysql_connect failed, mysql was not initialized on this handle. Aceasta este eroarea din consola
  7. NU CRED CA AM POSTAT BINE DAR DACA STITI AJUTATI-MA VA ROG Am introdus baza de date in phpmyadmin si cand vreau sa intru la folderele ei imi zice asta: Error SELECT `prefs` FROM `phpmyadmin`.`pma_table_uiprefs` WHERE `username` = 'root' AND `db_name` = 'ibp-rp' AND `table_name` = 'accounts' MySQL said: Documentation #1142 - SELECT command denied to user ''@'localhost' for table 'pma_table_uiprefs' Sper ca ma puteti ajute Multumesc
  8. Chiar acum am facut iar update la inc-uri si pluginuri si tot nu merge
  9. Le am puse in folderul plugins si la linia plugins din servers.cfg si tot asa face
  10. Nickname: SouthSider Problema intalnita: Deschid serverul si primesc mai multe erori printre care si " Run time error 19: File or function is not found" dar dupa ce am bagat "nativechecker" primesc si asta: [11:31:42] Error: Function not registered: 'Streamer_CallbackHook' [11:31:42] Error: Function not registered: 'SSCANF_Init' [11:31:42] Error: Function not registered: 'SSCANF_Join' [11:31:42] Error: Function not registered: 'SSCANF_Leave' [11:31:42] Error: Function not registered: 'Audio_CreateTCPServer' [11:31:42] Error: Function not registered: 'Audio_AddPlayer' [11:31:42] Error: Function not registered: 'Audio_RemovePlayer' [11:31:42] Error: Function not registered: 'Audio_RenamePlayer' [11:31:42] Error: Function not registered: 'mysql_query' [11:31:42] Error: Function not registered: 'mysql_store_result' [11:31:42] Error: Function not registered: 'mysql_fetch_row' [11:31:42] Error: Function not registered: 'mysql_free_result' [11:31:42] Error: Function not registered: 'mysql_num_rows' [11:31:42] Error: Function not registered: 'CreateDynamicCP' [11:31:42] Error: Function not registered: 'CreateDynamicPickup' [11:31:42] Error: Function not registered: 'Streamer_TickRate' [11:31:42] Error: Function not registered: 'Streamer_CellDistance' [11:31:42] Error: Function not registered: 'Audio_SetPack' [11:31:42] Error: Function not registered: 'mysql_connect' [11:31:42] Error: Function not registered: 'CreateDynamicObject' [11:31:42] Error: Function not registered: 'DestroyDynamicObject' [11:31:42] Error: Function not registered: 'Audio_PlayStreamed' [11:31:42] Error: Function not registered: 'Audio_SetVolume' [11:31:42] Error: Function not registered: 'MoveDynamicObject' [11:31:42] Error: Function not registered: 'CountDynamicCPs' [11:31:42] Error: Function not registered: 'Audio_TransferPack' [11:31:42] Error: Function not registered: 'mysql_real_escape_string' [11:31:42] Error: Function not registered: 'sscanf' [11:31:42] Error: Function not registered: 'Audio_Stop' [11:31:42] Error: Function not registered: 'GetDynamicObjectPos' [11:31:42] Error: Function not registered: 'mysql_fetch_int' [11:31:42] Error: Function not registered: 'mysql_fetch_field' Ce am incercat pana acum: 1. Pluginurile sscanf - mysql - nativechecker - audio - streamer care inca le am 2. Instalare Visual C++ si NET Framework 3.Recompilare Gamemode Poze/Comanda/server_log (dupa caz): [11:31:42] Error: Function not registered: 'Streamer_CallbackHook' [11:31:42] Error: Function not registered: 'SSCANF_Init' [11:31:42] Error: Function not registered: 'SSCANF_Join' [11:31:42] Error: Function not registered: 'SSCANF_Leave' [11:31:42] Error: Function not registered: 'Audio_CreateTCPServer' [11:31:42] Error: Function not registered: 'Audio_AddPlayer' [11:31:42] Error: Function not registered: 'Audio_RemovePlayer' [11:31:42] Error: Function not registered: 'Audio_RenamePlayer' [11:31:42] Error: Function not registered: 'mysql_query' [11:31:42] Error: Function not registered: 'mysql_store_result' [11:31:42] Error: Function not registered: 'mysql_fetch_row' [11:31:42] Error: Function not registered: 'mysql_free_result' [11:31:42] Error: Function not registered: 'mysql_num_rows' [11:31:42] Error: Function not registered: 'CreateDynamicCP' [11:31:42] Error: Function not registered: 'CreateDynamicPickup' [11:31:42] Error: Function not registered: 'Streamer_TickRate' [11:31:42] Error: Function not registered: 'Streamer_CellDistance' [11:31:42] Error: Function not registered: 'Audio_SetPack' [11:31:42] Error: Function not registered: 'mysql_connect' [11:31:42] Error: Function not registered: 'CreateDynamicObject' [11:31:42] Error: Function not registered: 'DestroyDynamicObject' [11:31:42] Error: Function not registered: 'Audio_PlayStreamed' [11:31:42] Error: Function not registered: 'Audio_SetVolume' [11:31:42] Error: Function not registered: 'MoveDynamicObject' [11:31:42] Error: Function not registered: 'CountDynamicCPs' [11:31:42] Error: Function not registered: 'Audio_TransferPack' [11:31:42] Error: Function not registered: 'mysql_real_escape_string' [11:31:42] Error: Function not registered: 'sscanf' [11:31:42] Error: Function not registered: 'Audio_Stop' [11:31:42] Error: Function not registered: 'GetDynamicObjectPos' [11:31:42] Error: Function not registered: 'mysql_fetch_int' [11:31:42] Error: Function not registered: 'mysql_fetch_field' [11:31:42] Reading File: blank [11:31:42] Reading File: properties/houses.txt [11:31:42] Reading File: properties/businesses.txt [11:31:42] Reading File: properties/banks.txt [11:31:42] Reading File: properties/police.txt [11:31:42] Script[gamemodes/IBP.amx]: Run time error 19: "File or function is not found" [11:31:42] Number of vehicle models: 0
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.