Jump to content

Recommended Posts

Posted

E o problemă la gm?

Pe localhost merge să îl pun dar pe host nu merge

Am pus in sv cfg pluginurile .so e gm ul bagat in gamemodes

Baza e bagată pluginurile sunt bune la ultima versiune

Stie cineva? 

Posted
Acum 2 minute, Adel a spus:

E o problemă la gm?

Pe localhost merge să îl pun dar pe host nu merge

Am pus in sv cfg pluginurile .so e gm ul bagat in gamemodes

Baza e bagată pluginurile sunt bune la ultima versiune

Stie cineva? 

Baiatul a mentionat "ruleaza pe ultima versiune de mysql r41-4", documenteaza-te cu ce ai nevoie pentru a rula un server cu r41-4.

Posted (edited)
Acum 1 oră, Stefan Mentosana a spus:

Baiatul a mentionat "ruleaza pe ultima versiune de mysql r41-4", documenteaza-te cu ce ai nevoie pentru a rula un server cu r41-4.

de ce am nevoie? nu gasesc pe internet poti lasa link?

Edited by Adel
Posted

@gAZAh.

[12:47:39] MySQL Connect: Conexiunea bazei de date clie1023_samp cu user-ul clie1023_samp a esuat! Verifica server.log-ul!

[12:47:39] [plugins/mysql] CConnection::CConnection - establishing connection to MySQL database failed: #1130 'Host '95.168.124.167' is not allowed to connect to this MySQL server'

 

#define mysql_host "127.0.0.1"
#define mysql_user "root"
#define mysql_password ""
#define mysql_database "bazadedate"

new MySQL:SQL;

public OnGameModeInit()
{

 SQL = mysql_connect("127.0.0.1", "root", "", "bazadedate");
    if(mysql_errno() != 0)
    {
     printf("===================================================================================================");
        printf("MySQL Connect: Conexiunea bazei de date %s cu user-ul %s a esuat! Verifica server.log-ul!", mysql_database, mysql_user);
        printf("===================================================================================================");
    }
    else
    {
     printf("===============================================================================================");
        printf("| MySQL Connect: Conexiunea bazei de date %s cu user-ul %s a fost efectuata cu succes! |", mysql_database, mysql_user);
        printf("===============================================================================================");
    }
 return sqlc_OnGameModeInit();
}

Youtube: Click

  • 2 weeks later...
Posted
Acum 38 minute, XxgabrielxXBOY a spus:

cine ma ajuta sa ii bag datele mysql in pawno? nu gasesc mysql_connect

Ai modules si cv sql acolo bagi datele

Posted
On 2/26/2019 at 3:17 PM, Adel said:

Ai modules si cv sql acolo bagi datele

ma ajuti te rog iti dau datele tw acm il tin deschis pana te conectezi id:1 419 899 146 pass:171kwi

Posted
Chiar acum, XxgabrielxXBOY a spus:

ma ajuti te rog iti dau datele tw acm il tin deschis pana te conectezi id:1 419 899 146 pass:171kwi

*Nu sunt acasa,Ajung diseară dami ad pe discord Adel2#2586 să nu facem aici prea mult spam*

  • 2 weeks later...
  • 1 month later...
Posted

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

[15:45:32] filterscripts = ""  (string)
[15:45:32] 
[15:45:32] Server Plugins
[15:45:32] --------------
[15:45:32]  Loading plugin: mysql.so
[15:45:32]   Failed (log-core.so: cannot open shared object file: No such file or directory)
[15:45:32]  Loading plugin: crashdetect.so
[15:45:32]   Failed (/lib/libstdc++.so.6: version `CXXABI_1.3.9' not found (required by plugins/crashdetect.so))
[15:45:32]  Loading plugin: sscanf.so
[15:45:32] 

[15:45:32]  ===============================

[15:45:32]       sscanf plugin loaded.     

[15:45:32]          Version:  2.8.1        

[15:45:32]    (c) 2012 Alex "Y_Less" Cole  

[15:45:32]  ===============================

[15:45:32]   Loaded.
[15:45:32]  Loading plugin: streamer.so
[15:45:32] 

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

[15:45:32]   Loaded.
[15:45:32]  Loading plugin: timerfix.so
[15:45:32]   >> TimerFix v1.5 successfully loaded.
[15:45:32]   Loaded.
[15:45:32]  Loading plugin: MapAndreas.so
[15:45:32]   Loaded.
[15:45:32]  Loaded 4 plugins.

[15:45:33] 
[15:45:33] Filterscripts
[15:45:33] ---------------
[15:45:33]   Loaded 0 filterscripts.

[15:45:33] Script[gamemodes/gamemode.amx]: Run time error 19: "File or function is not found"
[15:45:33] Number of vehicle models: 0

Posted (edited)
 

@Azze47

15:45:33] Script[gamemodes/gamemode.amx]: Run time error 19: "File or function is not found"
[15:45:33] Number of vehicle models: 0

 

image.thumb.png.043b28f4b9701c110339b5cb15d653e7.png

Nu ai cele 3 fisiere selectate, iale dintr-un alt gamemode.

Edited by HartMon
Posted
4 hours ago, HartMon said:

image.thumb.png.043b28f4b9701c110339b5cb15d653e7.png

Nu ai cele 3 fisiere selectate, iale dintr-un alt gamemode.

pai vreau sa le urc pe host gm 

  • 2 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • 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.