SA-MP Forums Archive
obiects wont show - xStreamer - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: obiects wont show - xStreamer (/showthread.php?tid=146224)



obiects wont show - xStreamer - TopeK - 06.05.2010

Hi,
i always used xStreamer, i bought new Server, loaded my GM (on last server everything worked good), added plugins, filterscrtipts etc, but obiects wont be created in game.

Should i modyfiy somting? I use now R7.

Obiects ex:
Код:
	CreateStreamedObject(980, 3003.478760, -1868.927490, 30.516823, 90.2408, 0.0000, 0.0000); //
	CreateStreamedObject(980, 2996.061279, -1865.037842, 33.573608, 359.1406, 3.4377, 351.4056); //
	CreateStreamedObject(980, 3004.489014, -1866.168579, 35.673706, 359.1406, 3.4377, 2.6556); //
	CreateStreamedObject(980, 3008.424316, -1867.195679, 40.248711, 359.1406, 3.4377, 2.6556); //
	CreateStreamedObject(980, 3026.458740, -1872.749146, 44.229332, 352.2651, 0.8594, 273.5151); //
Код:
#include <xStreamer>
Some Server logs, shows everything is ok.
Код:
SA-MP Dedicated Server
----------------------
v0.3a R7, ©2005-2010 SA-MP Team

[13:02:49] 
[13:02:49] Server Plugins
[13:02:49] --------------
[13:02:49] Loading plugin: xStreamer.so
[13:02:49] xStreamer plugin loaded
[13:02:49]  Loaded.
[13:02:49] Loading plugin: sscanf.so
[13:02:49] 

[13:02:49] ===============================

[13:02:49]    sscanf plugin loaded.   

[13:02:49]  © 2009 Alex "******" Cole

[13:02:49] ===============================

[13:02:49]  Loaded.
[13:02:49] Loaded 2 plugins.

[13:02:49] 
[13:02:49] Filter Scripts
[13:02:49] ---------------
[13:02:49]  Loading filter script 'xStreamer.amx'...
[13:02:49] xStreamer: xStreamer filterscript has been detected
[13:02:49]  Loaded 1 filter scripts.

[13:02:49]  ###################################################
[13:02:49]  #                         #
[13:02:49]  # @@@@@ @@@@@                  #
[13:02:49]  # @  @ @  @                  #
[13:02:49]  # @@@@@ @@@@@                  #
[13:02:49]  # @   @  Polskie Party [PP]         #
[13:02:49]  # @   @  by Topek & Sullivan - zaladowano.  #
[13:02:49]  #                     V. 2.2  #
[13:02:49]  #  @ Date: Kwiecien 2010             #
[13:02:49]  #  @ Author: Topek & Sullivan          #
[13:02:49]  #  @ E-mail: topgaming@poczta.pl         #
[13:02:49]  #  #  Loading time: 0.0099s.           #
[13:02:49]  #                         #
[13:02:49]  #             http://sa-mp.pl.pl/   #
[13:02:49]  ###################################################


[13:02:49] Number of vehicle models: 116
[13:03:17] Incoming connection: 109.243.193.180:1458
[13:03:17] [join] Topek_ has joined the server (0:109.243.193.180)
[13:03:56] [part] Topek_ has left the server (0:1)
[13:03:59] --- Server Shutting Down.
[13:03:59] xStreamer: xStreamer filterscript has just unloaded! The streamer won't work until you reload it
[13:03:59] xStreamer plugin unloaded
[13:03:59] 

[13:03:59] ===============================

[13:03:59]   sscanf plugin unloaded.  

[13:03:59] ===============================
I tried to use, Double O Seven Streamer, Fallout but obiects was not there.

Please help,
redgards.


Re: obiects wont show - xStreamer - shady91 - 06.05.2010

use this one http://forum.sa-mp.com/index.php?topic=127905.0


Re: obiects wont show - xStreamer - TopeK - 06.05.2010

Quote:
Originally Posted by Shady91
Thx Shady, but is there an website to convert my createobiect and createstreamedobiect into this? convertFFS is not supporting this streamer.



Re: obiects wont show - xStreamer - shady91 - 06.05.2010

just change all CreateObject to CreateDynamicObject and you will be okay, if you want to make object's for precise interiors or virtual worlds read the topic it will show you how to


Re: obiects wont show - xStreamer - TopeK - 06.05.2010

I will test it, thx for showing me this streamer. )



Re: obiects wont show - xStreamer - Kyosaur - 06.05.2010

convertffs also has a custom format option, thats what i use for incognito's streamer :P.