eXtreme Derby (MYSQL + XML By Makaveli) -
DzDanieL - 13.03.2015
Hello my name is Daniel (Makaveli/DzDaniel)
i worked on a derby server, but a stoped to working on it,
its a basic gamemode that workd on MYSQL saving data, and XML loading objects, vehicles and pickups.
sorry for my bad english!!!!!!
mysql database:
http://www.solidfiles.com/d/c913ecea64/accounts.sql
gamemode PWN + AMX:
http://www.solidfiles.com/d/cf39831abc/eXtremeDerby.rar
Enjoy 
Re: eXtreme Derby (MYSQL + XML By Makaveli) -
SpikY_ - 13.03.2015
Picx? Pls
Re: eXtreme Derby (MYSQL + XML By Makaveli) -
DzDanieL - 13.03.2015
Quote:
Originally Posted by NGEN123
Picx? Pls
|
its a basic gamemode!
Re: eXtreme Derby (MYSQL + XML By Makaveli) -
Younes44 - 13.03.2015
Picture

Good work
Re: eXtreme Derby (MYSQL + XML By Makaveli) -
DzDanieL - 13.03.2015
ok o will later put some pics of the gamemode, because i'm little busy right now
Re: eXtreme Derby (MYSQL + XML By Makaveli) -
Ryan_Bowe - 13.03.2015
More information & pictures.
Re: eXtreme Derby (MYSQL + XML By Makaveli) -
UpSMaX - 13.03.2015
More info Plz?
Re: eXtreme Derby (MYSQL + XML By Makaveli) -
leon44 - 13.03.2015
Any help me, When I give to samp-server, the black box appears and then closes instantly.
What's the problem?
Re: eXtreme Derby (MYSQL + XML By Makaveli) -
BiKode - 13.03.2015
It's good GM...I test it!
Re: eXtreme Derby (MYSQL + XML By Makaveli) -
DzDanieL - 13.03.2015
Quote:
Originally Posted by leon44
Any help me, When I give to samp-server, the black box appears and then closes instantly.
What's the problem?
|
show me server_log
Re: eXtreme Derby (MYSQL + XML By Makaveli) -
leon44 - 13.03.2015
Here this:
Quote:
echo Executing Server Config...
lanmode 0
rcon_password 123321
maxplayers 50
port 7777
hostname SA-MP 0.3 Server
gamemode0 GM 1
filterscripts
plugins mysql streamer xml sscanf crashdetect
announce 0
query 1
chatlogging 0
weburl www.sa-mp.com
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 0
logtimeformat [%H:%M:%S]
|
Re : eXtreme Derby (MYSQL + XML By Makaveli) -
AlexBlack - 13.03.2015
this is not the server_log
nice gamemode, but where we put the map's
Re: eXtreme Derby (MYSQL + XML By Makaveli) -
iRaiDeN - 14.03.2015
Pastebin?
Re: eXtreme Derby (MYSQL + XML By Makaveli) -
Medscripter - 14.03.2015
What you Want me to Do With That ?
Re: eXtreme Derby (MYSQL + XML By Makaveli) -
leon44 - 14.03.2015
Lol sorry is this:
Quote:
v0.3z-R4, ©2005-2014 SA-MP Team
[16:21:51] filterscripts = "" (string)
[16:21:51]
[16:21:51] Server Plugins
[16:21:51] --------------
[16:21:51] Loading plugin: mysql
[16:21:51] >> plugin.mysql: R39-2 successfully loaded.
[16:21:51] Loaded.
[16:21:51] Loading plugin: streamer
[16:21:51]
*** Streamer Plugin v2.7.2 by Incognito loaded ***
[16:21:51] Loaded.
[16:21:51] Loading plugin: xml
[16:21:51] Loaded.
[16:21:51] Loading plugin: sscanf
[16:21:51]
[16:21:51] ===============================
[16:21:51] sscanf plugin loaded.
[16:21:51] Version: 2.8.1
[16:21:51] © 2012 Alex "Y_Less" Cole
[16:21:51] ===============================
[16:21:51] Loaded.
[16:21:51] Loading plugin: crashdetect
[16:21:51] CrashDetect v4.13 is OK.
[16:21:51] Loaded.
[16:21:51] Loaded 5 plugins.
[16:21:51]
[16:21:51] Filterscripts
[16:21:51] ---------------
[16:21:51] Loaded 0 filterscripts.
[16:21:51]
[16:21:51]
[16:21:51]
[16:21:51] =======================================
[16:21:51] | |
[16:21:51] | YSI version 3.09.0684 |
[16:21:51] | By Alex "Y_Less" Cole |
[16:21:51] | |
[16:21:51] =======================================
[16:21:51]
[16:21:51]
[16:21:51]
[16:21:51] password = "" (string)
[16:21:52] [MySQL]: mysql failed connection!
[16:21:52] Loading Gamemode......
[16:21:52] Number of vehicle models: 0
[16:21:52] --- Server Shutting Down.
[16:21:52] [Saving_Data]: ServerStats [AutoSave]
[16:21:53] plugin.mysql: Unloading plugin...
[16:21:53] plugin.mysql: Plugin unloaded.
[16:21:53]
*** Streamer Plugin v2.7.2 by Incognito unloaded ***
[16:21:53]
[16:21:53] ===============================
[16:21:53] sscanf plugin unloaded.
[16:21:53] ===============================
|
Re : eXtreme Derby (MYSQL + XML By Makaveli) -
AlexBlack - 14.03.2015
Quote:
[MySQL]: mysql failed connection!
|
are you sure that you have specified your DB in the gamemode?
Re: eXtreme Derby (MYSQL + XML By Makaveli) -
Inn0cent - 14.03.2015
Better Gamemode, But add some more content to your thread.
Re: eXtreme Derby (MYSQL + XML By Makaveli) -
leon44 - 14.03.2015
Do not quite understand what you are telling me, Explain me well please.
Re : eXtreme Derby (MYSQL + XML By Makaveli) -
AlexBlack - 14.03.2015
Quote:
//• • • [ -MySQL Definition's- ] • • •//
#define SQL_HOST "localhost" << here your database HOST
#define SQL_USER "root" << here you put your database user
#define SQL_PASS "" << database password
#define SQL_DB "derby" << database name
|
you can find that in the top of the gamemode.
Re: eXtreme Derby (MYSQL + XML By Makaveli) -
X337 - 15.03.2015
Nice GM provide picture please, i wanna try this.