Strange Thing - 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: Strange Thing (
/showthread.php?tid=426113)
Strange Thing - Stefan_Merce - 27.03.2013
Hi something is wrong with my server the gamemode works fine but it shows as unknown it has never happend to me before
Re: Strange Thing -
Scenario - 27.03.2013
Quote:
Originally Posted by Stefan_Merce
something is wrong with my server
|
Hm. Ya' don't say?
Quote:
Originally Posted by Stefan_Merce
the gamemode works fine but it shows as unknown
|
Clearly it DOESN'T work fine then.
Are you using MYSQL?
Re: Strange Thing -
Meta - 27.03.2013
Either you have no gamemodetext defined or something unexpected happened while initializing like plugins missing or fatal errors like I/O errors.
Re: Strange Thing -
greentarch - 27.03.2013
You mean at the "Mode" tab in SA-MP client, it shows Unknown?
pawn Код:
public OnGameModeInit() { // at your ongamemodeinit
SetGameModeText("Mode_text_here"); // this, add this line
return 1;
Re: Strange Thing - Stefan_Merce - 27.03.2013
Yes my gamemode is mysql
Edit: no mappings or houses business shown
Re: Strange Thing - Stefan_Merce - 27.03.2013
Bump
Re: Strange Thing -
Private200 - 27.03.2013
Please show us your server log.
Re: Strange Thing - Stefan_Merce - 27.03.2013
Quote:
----------
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3x, ©2005-2013 SA-MP Team
[23:30:06] filterscripts = "" (string)
[23:30:06]
[23:30:06] Server Plugins
[23:30:06] --------------
[23:30:06] Loading plugin: mysql.dll
[23:30:06]
> MySQL plugin R6-2 successfully loaded.
[23:30:06] Loaded.
[23:30:06] Loading plugin: sscanf.dll
[23:30:06]
[23:30:06] ===============================
[23:30:06] sscanf plugin loaded.
[23:30:06] © 2009 Alex "******" Cole
[23:30:06] 0.3d-R2 500 Players "dnee"
[23:30:06] ===============================
[23:30:06] Loaded.
[23:30:06] Loading plugin: streamer.dll
[23:30:06]
*** Streamer Plugin v2.6.1 by Incognito loaded ***
[23:30:06] Loaded.
[23:30:06] Loaded 3 plugins.
[23:30:06]
[23:30:06] Filterscripts
[23:30:06] ---------------
[23:30:06] Loaded 0 filterscripts.
[23:30:06] Objects loaded from LoadObjects Database.
[23:30:07] OC: Windsor spawned - Plate: QF18 RHS.
[23:30:07] Number of vehicle models: 1
|
here it is
Edit: It used to load bussines houses accounts factions now it dosent
Re: Strange Thing - Stefan_Merce - 27.03.2013
Could it be becouse i removed the anti-cheat?
Re: Strange Thing -
Private200 - 27.03.2013
Is that all of the server log? If yes, try to download the
crashdetectorplugin, put it on your
server.cfg then run server. After doing this, paste again your server log here, so we can know what's the problem and why it's being caused.
1) Be sure to have updated plugins.
2) Be sure you got the
gamemode yourgamemode 1 on your
server.cfg
3) Be sure to have the required
.dll files to run the gamemode on your PC.
Private200