SA-MP Forums Archive
problem with host - 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: problem with host (/showthread.php?tid=580848)



problem with host - Sn4ke2 - 08.07.2015

PHP код:
Loaded log file"server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3.7, (C)2005-2015 SA-MP Team
[21:02:59
[
21:02:59Server Plugins
[21:02:59] --------------
[
21:02:59]  Loading pluginmysql.so
[21:02:59]  >> plugin.mysqlR38 successfully loaded.
[
21:02:59]   Loaded.
[
21:02:59]  Loading pluginstreamer.so
[21:02:59
*** 
Streamer Plugin v2.7.2 by Incognito loaded ***
[
21:02:59]   Loaded.
[
21:02:59]  Loading pluginsscanf.so
[21:02:59
[
21:02:59]  ===============================
[
21:02:59]       sscanf plugin loaded.     
[
21:02:59]    (c2009 Alex "******" Cole
[21:02:59]    0.3d-R2 500 Players "dnee"
[21:02:59]  ===============================
[
21:02:59]   Loaded.
[
21:02:59]  Loaded 3 plugins.
[
21:02:59
[
21:02:59Ban list
[
21:02:59] --------
[
21:02:59]  Loadedsamp.ban
[21:02:59
[
21:02:59
[
21:02:59Filterscripts
[21:02:59] ---------------
[
21:02:59]   Loading filterscript 'Island.amx'...
[
21:02:59]   Loading filterscript 'Speedometer.amx'...
[
21:02:59]   Unable to load filterscript 'Speedometer.amx'.
[
21:02:59]   Loaded 1 filterscripts.
[
21:02:59Script loaded RedFaction RPG v1.0
[21:02:59Number of vehicle models
I don't see why not load the vehicles


Re: problem with host - Mouiz - 08.07.2015

Show me the vehicle code which you added and tell me that where you placed it.

Also this filterscript is not loaded,maybe its not compiled or does not exist in the filterscript folder or its name is wrong:
PHP код:
[21:02:59]   Loading filterscript 'Speedometer.amx'... 
[
21:02:59]   Unable to load filterscript 'Speedometer.amx'



Re: problem with host - Sn4ke2 - 08.07.2015

No i know th filterscript is not, the problem is the host company change the dedicate, and i think the mysql is the problem becouse here is an error
PHP код:
[20:53:46] [ERRORCMySQLQuery::Execute - (error #1054) Unknown column 'ip' in 'field list' 
An ideea ?


Re: problem with host - Sn4ke2 - 09.07.2015

Help me guys (:


Re: problem with host - Michael B - 09.07.2015

Make sure the vehicle data is loading. As far as I see, you're using MySQL as saving system, so I guess that you load cars from a specific query. Check if that query is still there or not.