SA-MP Forums Archive
Streamer Problem - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Streamer Problem (/showthread.php?tid=351773)



Streamer Problem - Mr.Mercer - 17.06.2012

Hey,
I have a problem with my streamer, it's working fine when I run it with me PC, but when I upload it to my VPS (Linux) the server runs but vehicles doesn't load up nor the custom interiors like bank, lspd etc.
What's the problem coming up?
I'm using this streamer right now, https://sampforum.blast.hk/showthread.php?tid=102865 ( Streamer V2.6.1 ).

server_log of my vps,
Quote:

----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3e, ©2005-2012 SA-MP Team

[19:12:06]
[19:12:06] Server Plugins
[19:12:06] --------------
[19:12:06] Loading plugin: streamer
[19:12:06]

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

[19:12:06] Loaded.
[19:12:06] Loading plugin: sscanf
[19:12:06]

[19:12:06] ===============================

[19:12:06] sscanf plugin loaded.

[19:12:06] © 2009 Alex "******" Cole

[19:12:06] ===============================

[19:12:06] Loaded.
[19:12:06] Loaded 2 plugins.

[19:12:06]
[19:12:06] Filterscripts
[19:12:06] ---------------
[19:12:06] Loading filterscript 'buttons.amx'...
[19:12:06] Loaded 1 filterscripts.

[19:12:06] Stage 1
[19:12:06] Stage 2
[19:12:06] Stage 3
[19:12:06] Stage 4
[19:12:06] Stage 5
[19:12:06] Stage 6
[19:12:07] Stage 7
[19:12:07] Stage 9
[19:12:07] Stage 10
[19:12:07] Stage 11
[19:12:07] Stage End
[19:12:07] Number of vehicle models: 0

server_log of my PC,
Quote:

----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3e, ©2005-2012 SA-MP Team

[19:12:06]
[19:12:06] Server Plugins
[19:12:06] --------------
[19:12:06] Loading plugin: streamer
[19:12:06]

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

[19:12:06] Loaded.
[19:12:06] Loading plugin: sscanf
[19:12:06]

[19:12:06] ===============================

[19:12:06] sscanf plugin loaded.

[19:12:06] © 2009 Alex "******" Cole

[19:12:06] ===============================

[19:12:06] Loaded.
[19:12:06] Loaded 2 plugins.

[19:12:06]
[19:12:06] Filterscripts
[19:12:06] ---------------
[19:12:06] Loading filterscript 'buttons.amx'...
[19:12:06] Loaded 1 filterscripts.

[19:12:06] Stage 1
[19:12:06] Stage 2
[19:12:06] Stage 3
[19:12:06] Stage 4
[19:12:06] Stage 5
[19:12:06] Stage 6
[19:12:07] Stage 7
[19:12:07] Stage 9
[19:12:07] Stage 10
[19:12:07] Stage 11
[19:12:07] Stage End
[19:12:07] Number of vehicle models: 0

How can I fix it?


Re: Streamer Problem - Jhero - 17.06.2012

What's the issue your having as everything looks fine...


Re: Streamer Problem - Bani Raheja - 17.06.2012

Number of vehicle models: 0
This is the problem bro


Re: Streamer Problem - Bani Raheja - 17.06.2012

I am the co owner of his community. I dont know how to fix it. Anyone knows?


Re: Streamer Problem - Bani Raheja - 17.06.2012

anyone?


Re: Streamer Problem - Bani Raheja - 17.06.2012

I dont think that anyone knows it?


Re: Streamer Problem - Bani Raheja - 19.06.2012

anyone?


Re: Streamer Problem - Babul - 19.06.2012

make sure that all your files/directories are precisely named, like "scriptfiles/Houses" will fail if your script tries to access "scriptfiles/houses", hence the lowercase "h" wich fails @ linux, where the "H" succeeds on windows... linix is case sensitive