Object streamer for 0.3b?[Need help with Incognito's!] -
CrucixTM - 11.09.2010
I have tried 3 now, none of them works, even F_Streamer which claimed to work(probably the worst streamer I've tried so far).
Someone give me a link to a working 0.3b streamer, because this is starting to annoy me.
Re: Object streamer for 0.3b? -
[HiC]TheKiller - 11.09.2010
https://sampforum.blast.hk/showthread.php?tid=102865
Best streamer
.
Re: Object streamer for 0.3b? -
iggy1 - 11.09.2010
https://sampforum.blast.hk/showthread.php?tid=102865
I use it, it works.
EDIT: too slow
also check your includes.
Re: Object streamer for 0.3b? -
[XST]O_x - 11.09.2010
You can give a try to my streamer,or MidoStreamer(not sure if it's updated to 0.3b,check the topic).
Or, Incognitos' streamer plugin, strongest streamer so far.
And your setup for F_Streamer must be wrong, it works just fine.
Re: Object streamer for 0.3b? -
CrucixTM - 11.09.2010
Quote:
Originally Posted by [XST]O_x
And your setup for F_Streamer must be wrong, it works just fine.
|
Gotta be honest and say, I don't think so.
My objects with F_Streamer shows up when I change the player position, but then disappears instantly. Also, F_Streamer can't show objects in some virtual worlds only(lawl). (Correct me if wrong
)
MidoStream didn't work either, nothing showed up. At all. And I used MidoStream before 0.3b. And yes I updated it.
Re: Object streamer for 0.3b? -
[XST]O_x - 11.09.2010
Quote:
Originally Posted by CrucixTM
Gotta be honest and say, I don't think so.
My objects with F_Streamer shows up when I change the player position, but then disappears instantly. Also, F_Streamer can't show objects in some virtual worlds only(lawl). (Correct me if wrong )
MidoStream didn't work either, nothing showed up. At all. And I used MidoStream before 0.3b. And yes I updated it.
|
Weird, okay then, try using the streamer plugin by Incognito,it MUST work.
Re: Object streamer for 0.3b? -
iggy1 - 11.09.2010
Maybe your old pawno compiler is compling your scripts. Have you right clicked a .pwn file and clicked "open with" Then pick the new pawno compiler to be sure that the new pawno compiler is opening pawn files and not the old one.
EDIT: Look for HTTP function on the right hand side of the pawno IDE if its not there its not 0.3b includes.
Re: Object streamer for 0.3b? -
CrucixTM - 11.09.2010
Quote:
Originally Posted by iggy1
Maybe your old pawno compiler is compling your scripts. Have you right clicked a .pwn file and clicked "open with" Then pick the new pawno compiler to be sure that the new pawno compiler is opening pawn files and not the old one.
EDIT: Look for HTTP function on the right hand side of the pawno IDE if its not there its not 0.3b includes.
|
I have the:
Also, I reinstalled SA-MP(and pawno) after the update, so it's all new.
I'm trying te Streamer Plugin asap. I'll let you know how it goes
Re: Object streamer for 0.3b? -
CrucixTM - 11.09.2010
Quote:
Originally Posted by [HiC]TheKiller
|
I tried this.
My server.cfg, added this line:
Script:
Код:
#include <a_samp>
#include <streamer>
My folder where I put the streamer.dll:
C:\Users\USERNAME\AppData\Local\VirtualStore\Progr am Files (x86)\Rockstar Games\GTA San Andreas\ServerScript\plugins
Same directory as my dini files are saved to(scriptfiles instead of plugins).
The objects I added OnGameModeInit:
Код:
//_______________OBJECTS
CreateDynamicObject(6236,-2097.43359375,3695.57128906,8.33852673,0.00000000,69.47204590,270.26916504); //object(canal_floor3) (1)
CreateDynamicObject(2991,-2124.70996094,3694.41284180,2.57932711,11.98596191,2.81134033,359.41571045); //object(imy_bbox) (1)
CreateDynamicObject(2973,-2128.16577148,3694.47900391,2.09982681,14.99633789,358.70593262,0.33489990); //object(k_cargo2) (1)
Converted from convertffs.com/objects > Incognito's Streamer Plugin
When I start my server, the game mode fucks up. It says "Connected to.." but my script is gone, no classes or anything.
What the shit.
EDIT: Server window:
Quote:
SA-MP Dedicated Server
----------------------
v0.3b R2, ©2005-2010 SA-MP Team
[12:19:46] filterscripts = "" (string)
[12:19:46]
[12:19:46] Server Plugins
[12:19:46] --------------
[12:19:46] Loading plugin: streamer
[12:19:46] Failed.
[12:19:46] Loaded 0 plugins.
[12:19:46]
[12:19:46] Filter Scripts
[12:19:46] ---------------
[12:19:46] Loaded 0 filter scripts.
[12:19:46] Script[gamemodes/COBC.amx]: Run time error 19: "File or function is not found"
[12:19:46] Number of vehicle models: 0
|
Re: Object streamer for 0.3b? -
Rac3r - 11.09.2010
Quote:
[12:19:46] Server Plugins
[12:19:46] --------------
[12:19:46] Loading plugin: streamer
[12:19:46] Failed.
[12:19:46] Loaded 0 plugins.
|
It does help when you place the plugin (.dll / .so) in a plugins folder. I see you did say it is, but it's not loaded. If the plugin was invalid, the plugin would load (I think), but the console error would be the same.
Double check your plugins folder, also (probably not needed), add .dll to the server cfg line 'plugins streamer.dll'
We've used Ingocnito's streamer for about a year, it does the job really well.