SA-MP Forums Archive
Whats Wrong ?? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Whats Wrong ?? (/showthread.php?tid=589854)



Whats Wrong ?? - TheLegend1 - 23.09.2015

Hey guys.
Well im trying to start my server but it shows me only this..


Код HTML:
SA-MP Dedicated Server 
---------------------- 
v0.3.7-R2, ©2005-2015 SA-MP Team 

[13:43:09] 
[13:43:09] Server Plugins 
[13:43:09] -------------- 
[13:43:09] Loading plugin: irc 
[13:43:09] 

*** IRC Plugin v1.4.3 by Incognito loaded *** 

[13:43:09] Loaded. 
[13:43:09] Loading plugin: mysql
and then it wont start the server it is like ip doesnt exists


Re: Whats Wrong ?? - thefirestate - 23.09.2015

Are you sure that "mysql" is the exact name? Maybe it's MySQL or something like that, also, if you are on linux, try to add "mysql.so" or windows "mysql.dll(For windows is not required at all but)"


Re: Whats Wrong ?? - Alex Magaсa - 23.09.2015

Be more speficic.

Which plugins you are trying to connect for server? I see only IRC,MYSQL. You need also SSCANF+STREAMER+WHIRLPOOL if needed.

Also make sure you got latest plugins & mysql hosting connection (XAMPP|WAMPP)!


Re: Whats Wrong ?? - TheLegend1 - 23.09.2015

Same thing happen even if i add .dll - since im using windows also it is mysql

Код:
echo Executing Server Config...
lanmode 0
rcon_password ***
maxplayers 50
port 3012
hostname ***
gamemode0 Mafia
filterscripts maaps
plugins irc mysql.dll streamer sscanf nativechecker
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: Whats Wrong ?? - rappy93 - 23.09.2015

Since it stops at mysql I'm asumming that is the problem. Try updating your MySQL plugin and also make sure your server can connect to the database you set up in the script.


Re: Whats Wrong ?? - Sellize - 23.09.2015

Reinstall update MySQL plugin/double check plugin name.


Re: Whats Wrong ?? - TheLegend1 - 23.09.2015

Quote:
Originally Posted by rappy93
Посмотреть сообщение
Since it stops at mysql I'm asumming that is the problem. Try updating your MySQL plugin and also make sure your server can connect to the database you set up in the script.
Thanks to you it worked :P Rept


Re: Whats Wrong ?? - rappy93 - 23.09.2015

Glad you got it to work. Cheers!