Fallouts streamer problems
#1

Hi guys, im new here, i started some time ago with pawno and now i have some little knowledge about how to, what to etc. I making a project with custom map and i would use SetObjectMaterial & SetObjectMaterialText, i was using till now Incognitos streamer but its really slow, Fallout have a faster one so decided to change. And now come steps on which i cant climb, Fallout havent added those functions to his streamer so i though i could use both streamers but if i add object by F_createObject and under it add SetObjectMaterial so it looks like:
PHP код:
#include <a_samp>
#include <streamer>
#include <F_streamer>
new kolejnedno0;
public 
OnFilterScriptInit()
{
kolejnedno0 F_CreateObject(18751,116.988,5081.883,-9.920,0.000,0.000,0.000200.0true);
SetDynamicObjectMaterial(kolejnedno004992"airportdetail""hedge2"0);
SetDynamicObjectMaterial(kolejnedno014992"airportdetail""hedge2"0);
SetDynamicObjectMaterial(kolejnedno024992"airportdetail""hedge2"0);
SetDynamicObjectMaterial(kolejnedno034992"airportdetail""hedge2"0); 
i got error
PHP код:
C:\Users\User\Desktop\PolandProject.pwn(167) : error 017undefined symbol "SetDynamicObjectMaterial" 
is it some way to add this funcition to streamer? and if yes how can i do that? Or the only way for S.O.M. is use incognito streamer? thx for help
Reply
#2

Thats not possible :/ Update your streamer and compile your gamemode by opening pawno.exe manually.
Reply
#3

I updated plugins and includes and now getting this errors:


PHP код:
#include <a_samp>
#include <F_Streamer> //faster without SetDynamicObjectMaterial
#include <streamer> // lower with SetDynamicObjectMaterial;
new zabudowany1;
new 
zabudowany2;
new 
zabudowany3;
new 
zabudowany4;
public 
OnFilterScriptInit()
{
line460zabudowany1 F_CreateObject(695982244374.15,0.000,0.000,0.000200.0true);
line461zabudowany2 F_CreateObject(69598224477.009774.150018,0.00200.0true);
line462zabudowany3 F_CreateObject(69598224516.995124.1500, ,0.00200.0true);
line463zabudowany4 F_CreateObject(69598224557.009774.150018,0.00200.0true);
SetDynamicObjectMaterial(zabudowany1,  08344"vgssland01""brickred"0);
SetDynamicObjectMaterial(zabudowany2,  08344"vgssland01""brickred"0);
SetDynamicObjectMaterial(zabudowany3,  08344"vgssland01""brickred"0);
SetDynamicObjectMaterial(zabudowany4,  08344"vgssland01""brickred"0); 
Now giving this errors
PHP код:

C
:\Users\User\Downloads\samp03z_svr_R1_win32\filterscripts\PolandProject.pwn(461) : warning 213tag mismatch
C
:\Users\User\Downloads\samp03z_svr_R1_win32\filterscripts\PolandProject.pwn(462) : error 029invalid expressionassumed zero
C
:\Users\User\Downloads\samp03z_svr_R1_win32\filterscripts\PolandProject.pwn(462) : warning 215expression has no effect
C
:\Users\User\Downloads\samp03z_svr_R1_win32\filterscripts\PolandProject.pwn(462) : warning 215expression has no effect
C
:\Users\User\Downloads\samp03z_svr_R1_win32\filterscripts\PolandProject.pwn(462) : warning 215expression has no effect
C
:\Users\User\Downloads\samp03z_svr_R1_win32\filterscripts\PolandProject.pwn(462) : error 001expected token";"but found ")"
C:\Users\User\Downloads\samp03z_svr_R1_win32\filterscripts\PolandProject.pwn(462) : error 029invalid expressionassumed zero
C
:\Users\User\Downloads\samp03z_svr_R1_win32\filterscripts\PolandProject.pwn(462) : fatal error 107too many error messages on one line
Compilation aborted
.Pawn compiler 3.2.3664              Copyright (c1997-2006ITB CompuPhase 
4 Errors.
Reply
#4

Show 462 line please.

Press CTRL+G and type 462.
Reply
#5

What do you mean Incognito's plugin is slow? Last time I checked, Fallout's hasn't been updated in years!
Reply
#6

i mean is much slower than Fallouts, objects (of course depense how you set streamDistance, i have set for 300.0) hardly spawning, i using object 4242 as my ground and i see spawning square after square, i tested it with Fallout's streamer and if you good set stream distance & stream update then you can even not realize that objects are spawning, its just look like it was from forever there. The newest version is from 2012. Did u see stress test video in Fallout's streamer thread?

Can be that be a case ?
PHP код:
SA-MP Dedicated Server
----------------------
v0.3z, (C)2005-2014 SA-MP Team

[13:27:45
[
13:27:45Server Plugins
[13:27:45] --------------
[
13:27:45] [COLOR="Red"Loading pluginstreamer.dll[/COLOR]
[
13:27:45

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

[
13:27:45]   Loaded.
[
13:27:45]  Loaded 1 plugins.

[
13:27:45
[
13:27:45Filterscripts
[13:27:45] ---------------
[
13:27:45]   Loading filterscript 'PolandProject.amx'...
[
13:27:46]   Loaded 1 filterscripts.

[
13:27:46] [COLOR="red"]*** Streamer PluginWarning: Include file version (0x26105does not match plugin version (0x27002) (script might need to be recompiled with the latest include file)[/COLOR
its everything from package from incognito, before when i was using some older version of his streamer i didnt get anything like this. I dont know much about streamers but maybe Incognito's is slower because it got more functions ?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)