SA-MP Forums Archive
Mode: Unknown Map: SA-MP? - 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: Mode: Unknown Map: SA-MP? (/showthread.php?tid=330998)



Mode: Unknown Map: SA-MP? - Mosslah - 03.04.2012

Fixeddddddd


Re: Mode: Unknown Map: SA-MP? - sjvt - 03.04.2012

What says your server_log.txt? Because you miss something like a plugin


Re: Mode: Unknown Map: SA-MP? - Mosslah - 03.04.2012

It loads all of the plugins fine, and then it conncets to mySQL and spawns the vehicles and so on. There doesn't seem to be anything wrong in the log.


Re: Mode: Unknown Map: SA-MP? - Reklez - 03.04.2012

Then show the server_log.txt


Re: Mode: Unknown Map: SA-MP? - Mosslah - 03.04.2012

Код:
----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3d, ©2005-2011 SA-MP Team

[10:18:03] password = ///
[10:18:03] 
[10:18:03] Server Plugins
[10:18:03] --------------
[10:18:03]  Loading plugin: mysql
[10:18:03]  SA:MP MySQL Plugin v2.1.1 Loaded.
[10:18:03]   Loaded.
[10:18:03]  Loading plugin: streamer
[10:18:03] [MySQL] Thread running. Threadsafe: Yes.
[10:18:03] 

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

[10:18:03]   Loaded.
[10:18:03]  Loading plugin: sscanf
[10:18:03] 

[10:18:03]  ===============================

[10:18:03]       sscanf plugin loaded.     

[10:18:03]    © 2009 Alex "******" Cole

[10:18:03]  ===============================

[10:18:03]   Loaded.
[10:18:03]  Loading plugin: irc
[10:18:03] 

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

[10:18:03]   Loaded.
[10:18:03]  Loaded 4 plugins.

[10:18:03] 
[10:18:03] Ban list
[10:18:03] --------
[10:18:03]  Loaded: samp.ban
[10:18:03] 
[10:18:03] 
[10:18:03] Filterscripts
[10:18:03] ---------------
[10:18:03]   Loading filterscript '0.amx'...
[10:18:03]   Unable to load filterscript '0.amx'.
[10:18:03]   Loaded 0 filterscripts.

[10:18:03] Starting to load - OnGameModeInit
[10:18:03] [MySQL] Connected (0) to // edited
[10:18:03] [MySQL] Server Version 5.5.9.
[10:18:04] OnGameModeInit Query : UPDATE `accounts` SET `CarKey` = '0'
[10:18:05] OnGameModeInit Query : UPDATE `accounts` SET `Online` = '0'
[10:18:05] Starting to load - OnGameModeInit [ LIVE SERVER ]
[10:18:05] Job Positions have been loaded
[10:18:05] Vehicle ID 1 spawned
[10:18:05] Vehicle ID 2 spawned
[10:18:05] Vehicle ID 3 spawned
[10:18:05] Vehicle ID 4 spawned
[10:18:05] Vehicle ID 5 spawned
[10:18:05] Vehicle ID 6 spawned
[10:18:05] Vehicle ID 7 spawned
[10:18:05] Vehicle ID 8 spawned
[10:18:05] Vehicle ID 9 spawned
[10:18:05] Vehicle ID 10 spawned
[10:18:05] Vehicle ID 11 spawned
[10:18:05] Vehicle ID 12 spawned
[10:18:05] Vehicle ID 13 spawned
[10:18:05] Vehicle ID 14 spawned
[10:18:05] Vehicle ID 15 spawned
[10:18:05] Vehicle ID 16 spawned
[10:18:05] Vehicle ID 17 spawned
[10:18:05] Vehicle ID 18 spawned
[10:18:05] Vehicle ID 19 spawned
[10:18:05] Vehicle ID 20 spawned
[10:18:05] Vehicle ID 21 spawned
[10:18:05] Vehicle ID 22 spawned
[10:18:05] Vehicle ID 23 spawned
[10:18:05] Vehicle ID 24 spawned
[10:18:05] Vehicle ID 25 spawned
[10:18:05] Vehicle ID 26 spawned
[10:18:05] Vehicle ID 27 spawned
[10:18:05] Vehicle ID 28 spawned
[10:18:05] Vehicle ID 29 spawned
[10:18:05] Vehicle ID 30 spawned
[10:18:05] Vehicle ID 31 spawned
[10:18:05] Vehicle ID 32 spawned
[10:18:05] Vehicle ID 33 spawned
[10:18:05] Vehicle ID 34 spawned
[10:18:05] Vehicle ID 35 spawned
[10:18:05] Number of vehicle models: 16



Re: Mode: Unknown Map: SA-MP? - sjvt - 03.04.2012

Quote:

[10:18:03] Filterscripts
[10:18:03] ---------------
[10:18:03] Loading filterscript '0.amx'...
[10:18:03] Unable to load filterscript '0.amx'.
[10:18:03] Loaded 0 filterscripts.

Is your script use functions from the filterscript 0.amx? because that can be the reason


Re: Mode: Unknown Map: SA-MP? - Mosslah - 03.04.2012

I thought that myself but on the host I have to insert a value there otherwise it makes me fill in each of the fields, but I don't use any filterscripts so I just put 0 there and it's fine. The server has been working fine for months but last night when I restarted it after fixing a gate, it stopped.

I removed the entire gate from the script and it still doesn't work, strange...


Re: Mode: Unknown Map: SA-MP? - sjvt - 03.04.2012

why you put '0' at filterscripts, if you don't use leave it blank
Are you sure you have something on your mysql host?