[Error] MySQL [Help]
#8

Quote:
Originally Posted by NailOrduna
Посмотреть сообщение
Estуs son los ъnicos datos que conseguн en la Gamemode de mysql.
PHP код:
public OnGameModeInit()
{
    
AMXProtection();
    
MapAndreas_Init(MAP_ANDREAS_MODE_FULL);
    
import File("mysql.ini"host[16], user[24], database[12], password[32])
    {
        
dbHandle mysql_connect(hostuserdatabasepassword);
        if(
mysql_errno(dbHandle) != 0printf("Non collegato dal database.");
    }
    
mysql_log(LOG_ERROR LOG_WARNING);
    for(new 
a, as = sizeof(AntennasRadio); < as; a++)
         
AntennasRadio[a][arObject] = CreateDynamicObject(3763AntennasRadio[a][arX], AntennasRadio[a][arY], AntennasRadio[a][arZ], AntennasRadio[a][arRX], AntennasRadio[a][arRY], AntennasRadio[a][arRZ]);
    for(new 
lls sizeof(LicensesPoint); lsl++)
         
Pickup_Create(ELEMENT_LICENSEl123923LicensesPoint[l][licenseX], LicensesPoint[l][licenseY], LicensesPoint[l][licenseZ], 00);
    for(new 
ccs sizeof(FarmerZones); csc++)
        
FarmerAreas[c] = CreateDynamicRectangle(FarmerZones[c][0], FarmerZones[c][1], FarmerZones[c][2], FarmerZones[c][3]);
    for(new 
ffs sizeof(FishingZones); fsf++)
        
FishingAreas[f] = CreateDynamicRectangle(FishingZones[f][0], FishingZones[f][1], FishingZones[f][2], FishingZones[f][3]);
    for(new 
jjs sizeof(Jobs); jsj++)
    {
        
Pickup_Create(ELEMENT_JOBj123923Jobs[j][jobX], Jobs[j][jobY], Jobs[j][jobZ], 00);
        
CreateDynamic3DTextLabel(Jobs[j][jobName], COLOR_WHITEJobs[j][jobX], Jobs[j][jobY], Jobs[j][jobZ]+0.430.0INVALID_PLAYER_IDINVALID_VEHICLE_ID100, -1);
    } 
Find the file mysql.ini and check the credentials used.

According to what you mentioned, if this is the gamemode you downloaded, check this file:
And edit the following:
Код:
#define SQL_HOSTNAME "localhost"
#define SQL_USERNAME "root"
#define SQL_DATABASE "ls-rp"
#define SQL_PASSWORD "root"
Reply


Messages In This Thread
[Error] MySQL [Help] - by NailOrduna - 14.02.2018, 02:32
Re: [Error] MySQL [Help] - by Lvcnr - 14.02.2018, 05:35
Re: [Error] MySQL [Help] - by NailOrduna - 14.02.2018, 19:40
Re: [Error] MySQL [Help] - by NailOrduna - 15.02.2018, 02:21
Re: [Error] MySQL [Help] - by Mugala - 15.02.2018, 02:50
Re: [Error] MySQL [Help] - by NailOrduna - 15.02.2018, 16:41
Re: [Error] MySQL [Help] - by insus100 - 19.02.2018, 17:38
Re: [Error] MySQL [Help] - by Lvcnr - 22.02.2018, 13:28

Forum Jump:


Users browsing this thread: 1 Guest(s)