Jump to content
Autentificarea cu Google și Facebook nu mai este disponibilă. ×

Question

Posted (edited)

Salut,   am luat Gm-ul lui Wops r33 si am facut update la mysql r39-3. Apoi am facut un stock sa se incarce masinile de pe baza de date, acest stock era pe mysql r5 l-am trecut pe r39 dar nu a prea mers, cand deschid serverul acesta da not responding si se inchide si apoi am aceste erori in log
http://i.imgur.com/nta7m7Z.png

Codul de pe mysql r5

HTML Code:
stock LoadPVehicles()
{
    new result[24], index = 0;
    mysql_query("SELECT * FROM `vehicles` ORDER BY `vehicles`.`CarID` ASC");
    mysql_store_result();
    while(mysql_retrieve_row())
    {
        // LOADING DATA     \====================================================================/
        index++;
        mysql_get_field("CarID", result);			vInfo[index][vCariD] = strval(result);
    }   
}
Server log

----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3.7, (C)2005-2015 SA-MP Team

[18:00:32] 
[18:00:32] Server Plugins
[18:00:32] --------------
[18:00:32]  Loading plugin: sscanf.dll
[18:00:32] 

[18:00:32]  ===============================

[18:00:32]       sscanf plugin loaded.     

[18:00:32]          Version:  2.8.1        

[18:00:32]    (c) 2012 Alex "Y_Less" Cole  

[18:00:32]  ===============================

[18:00:32]   Loaded.
[18:00:32]  Loading plugin: mysql.dll
[18:00:32] 

  > MySQL plugin R5 successfully loaded.

[18:00:32]   Loaded.
[18:00:32]  Loading plugin: crashdetect.dll
[18:00:32]   CrashDetect v4.15.1 is OK.
[18:00:32]   Loaded.
[18:00:32]  Loading plugin: streamer.dll
[18:00:32] 

*** Streamer Plugin v2.7.6 by Incognito loaded ***

[18:00:32]   Loaded.
[18:00:32]  Loading plugin: YSF.dll
[18:00:32] logprintf = 0x0048A0B0

[18:00:32] 

[18:00:32]  ===============================

[18:00:32]         YSF - kurta999 version R12 loaded

[18:00:32]    (c) 2008 Alex "Y_Less" Cole - (c) 2010 - 2014 kurta999

[18:00:32]     Server version: 0.3.7

[18:00:32]     Operating System: Windows

[18:00:32]     Built on: May 24 2015 at 22:05:13

[18:00:32]  ===============================

[18:00:32]   Loaded.
[18:00:32]  Loaded 5 plugins.

 

Am rezolvat dati tc va rog

 

 

 

 

 

Edited by Mister

 

    __  ____      __           
   /  |/  (_)____/ /____  _____
  / /|_/ / / ___/ __/ _ \/ ___/
 / /  / / (__  ) /_/  __/ /    
/_/  /_/_/____/\__/\___/_/     
SERVICII SCRIPTING DE CALITATE
Pagina     Scripting     pawn

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Guest
This topic is now closed to further replies.
×
×
  • 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.