Re: Streamer Plugin -
Basssiiie - 06.04.2014
Quote:
Originally Posted by holahola
Please.
|
Quote:
Originally Posted by Incognito
I'll take a look if any of you can find a way to reproduce it in a standalone script. Otherwise, there's not really much I can do.
|
Incognito doesn't have all the time in the world. Your problem is like pointing at a big cargo ship and saying "yeah sometimes it sinks".
Re: Streamer Plugin -
holahola - 06.04.2014
Quote:
Originally Posted by Basssiiie
Incognito doesn't have all the time in the world. Your problem is like pointing at a big cargo ship and saying "yeah sometimes it sinks".
|
This issue is random, haven't a rule or single event. I have tried to force this but without success.
Re: Streamer Plugin -
Brendan_Thomson - 08.04.2014
Posting this here for visibility:
Anyone else experiencing anything like this? It seems to occur after 24+ hours of server runtime.
https://www.youtube.com/watch?v=ttn9ZTETNQ0
Sometimes the objects will stream in at first and then disappear and not restream in for some time, other times they simply don't stream in at all.
It's running on a Linux server.
Respuesta: Streamer Plugin -
RubenZone - 10.04.2014
If I wanted to make each player can choose the draw distance of objects and the number of objects that can be seen at that distance how could it?
Re: Streamer Plugin -
[WSF]ThA_Devil - 10.04.2014
I found out that it's missing one function:
AttachDynamicObjectToPlayer.
It would be appreciated if this was added in future versions :/
Re: Streamer Plugin -
[WSF]ThA_Devil - 10.04.2014
oh :/ my bad... so I still have to use attachobjecttovehicle & attachobjecttoplayer combo for one cmd attachments
Re: Streamer Plugin -
Gigi-The-Beast - 10.04.2014
Hey guys, I have a problem with SetDynamicObjectMaterialText.
The problem is, if I add text to script manually with new lines like "Test \n Text \n In multiple \n Rows" , all new lines are shown as they should like this:
Test
Text
In multiple
Rows
But if I make a command to parse parameters directly, or if I use dialog input, the text is shown but isn't split in multiple lines, it looks like this:
Test \n Text \n In multiple \n Rows
What is the problem ?
Temporary workaround that I found is to save the input string in mysql database (as I use it for saving server data), then load it again and then set it on objects.
Re: Streamer Plugin -
Gigi-The-Beast - 10.04.2014
Thank you Sounthclaw, I will try that and let you know if it works.
Edit: thank you again Southclaw, it is working now.
Re: Streamer Plugin -
Basssiiie - 10.04.2014
Quote:
Originally Posted by Brendan_Thomson
Posting this here for visibility:
Anyone else experiencing anything like this? It seems to occur after 24+ hours of server runtime.
https://www.youtube.com/watch?v=ttn9ZTETNQ0
Sometimes the objects will stream in at first and then disappear and not restream in for some time, other times they simply don't stream in at all.
It's running on a Linux server.
|
The Streamer does not show more than 500 objects for each player with the default settings. Try pressing one of the function keys (F5 I think) and it will show you various client info, one of them is the amount of objects currently spawned. If it says somewhere around '500', there's your problem: there are too much objects, so some are left out.
If that's not the cause, what Streamer settings have you changed from the default? (Streamer_GetCellSize etc.)
Respuesta: Re: Streamer Plugin -
RubenZone - 10.04.2014
Quote:
Originally Posted by [HLF]Southclaw
Streamer_SetMaxItems is per item not per player, and draw distance is per-entity so I don't think you could do that.
|
Are you sure that could not do?
Look at this picture:
CreateDynamicObjectEx How it works? ie, Can this fuction create objects to a specific player?
native CreateDynamicObjectEx(modelid, Float
, Float:y, Float:z, Float:rx, Float:ry, Float:rz, Float:drawdistance = 0.0, Float
treamdistance = 200.0, worlds[] = { -1 }, interiors[] = { -1 },
players[] = { -1 }, maxworlds = sizeof worlds, maxinteriors = sizeof interiors,
maxplayers = sizeof players);
What do the players parameter and the maxplayers parameter in this case?
Re: Streamer Plugin -
PinEvil - 11.04.2014
Thanks for sharing incognito.
Re: Respuesta: Re: Streamer Plugin -
Basssiiie - 13.04.2014
Quote:
Originally Posted by RubenZone
Are you sure that could not do?
Look at this picture:
http://i.imgur.com/Kmt3ilz.png
CreateDynamicObjectEx How it works? ie, Can this fuction create objects to a specific player?
native CreateDynamicObjectEx(modelid, Float , Float:y, Float:z, Float:rx, Float:ry, Float:rz, Float:drawdistance = 0.0, Float treamdistance = 200.0, worlds[] = { -1 }, interiors[] = { -1 }, players[] = { -1 }, maxworlds = sizeof worlds, maxinteriors = sizeof interiors, maxplayers = sizeof players);
What do the players parameter and the maxplayers parameter in this case?
|
Are you sure that server is using the Streamer Plugin? It should not be possible with the current Streamer Plugin to do something like that. Either that server has modified the Streamer Plugin or uses a different streamer.
Oh and the variable "players" is an array of all player IDs to which a specific object needs to be shown. "maxplayers" defines the size of that "players" array. This is per-object, so if you want to change that for all objects based on player input, the server has to loop through all objects to do so. This tactic could be quite lagg-prone with the Streamer Plugin.
Re: Streamer Plugin -
georJik - 14.04.2014
Wow, update!
Re: Streamer Plugin -
iRaiDeN - 14.04.2014
good!
Re: Streamer Plugin -
Newchie - 14.04.2014
Hey, Thanks for the Streamer I just have a problem, whenever I start up the SAMP server it says this (Sorry for the long text btw) :
[14:11:55] Loading plugin: streamer
[14:11:55] Loaded.
[14:11:55] Loading plugin: audio
[14:11:55]
*** Audio Plugin v0.4 by Incognito loaded ***
[14:11:55] Loaded.
[14:11:55] Loading plugin: nativechecker
[14:11:55] Loaded.
[14:11:55] Loading plugin: Whirlpool
[14:11:55]
[14:11:55] ==================
[14:11:55]
[14:11:55] Whirlpool loaded
[14:11:55]
[14:11:55] ==================
[14:11:55]
[14:11:55] Loaded.
[14:11:55] Loaded 5 plugins.
[14:11:55]
[14:11:55] Filterscripts
[14:11:55] ---------------
[14:11:55] Loading filterscript 'buttons.amx'...
[14:11:55] Loading filterscript 'removeobj.amx'...
[14:11:55] *** Streamer Plugin: Warning: Include file version (0x26105) does not match plugin version (0x27101) (script might need to be recompiled with the latest include file)
[14:11:55] Loading filterscript 'Siren.amx'...
[14:11:55]
--------------------------------------
[14:11:55] Police Flash lights V2.1
[14:11:55] By Stefantjuh97
[14:11:55] --------------------------------------
[14:11:55] Loading filterscript 'cars.amx'...
[14:11:55] Loading filterscript 'attachments.amx'...
[14:11:55] Loaded 5 filterscripts.
[14:11:55] Error: Function not registered: 'SSCANF_Init'
[14:11:55] Error: Function not registered: 'SSCANF_Join'
[14:11:55] Error: Function not registered: 'SSCANF_Leave'
[14:11:55] Script[gamemodes/bacon2.amx]: Run time error 19: "File or function is not found"
[14:11:55] Number of vehicle models: 0
------
I've tried updating SSCANF but what also bothers me is that it says "[14:11:55] *** Streamer Plugin: Warning: Include file version (0x26105) does not match plugin version (0x27101) (script might need to be recompiled with the latest include file)"
Re: Streamer Plugin -
bluemoon - 15.04.2014
Can't download
Re: Streamer Plugin -
Lordzy - 15.04.2014
Quote:
Originally Posted by bluemoon
Can't download
|
Why not?
https://github.com/samp-incognito/sa...ugin-2.7.1.zip
Re: Streamer Plugin -
InglewoodRoleplay - 15.04.2014
Objects randomly disappear instantly after creation (at close distances) and the streamer bugs out saying the include is at version 0x26105 and that it doesn't match the plugin when everything is perfectly fine. I've checked over and over when compiling with Pawn and everything seems to be fine. These problems have been there for ages, also adding in that it's not possible to make a furniture system without having the objects disappearing all the time and not streaming in after.
Quote:
Streamer Plugin: Warning: Include file version (0x26105) does not match plugin version (0x27101) (script might need to be recompiled with the latest include file)
|
Quote:
streamer.inc in the pawn include folder.
// Include File Version
public Streamer_IncludeFileVersion = 0x27101;
#pragma unused Streamer_IncludeFileVersion
|
Re : Streamer Plugin -
TGameR - 15.04.2014
Quote:
G:\Serveur GTA\pawno\include\streamer.inc(489) : error 017: undefined symbol "BULLET_HIT_TYPE_PLAYER_OBJECT"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
|
How to fix it please !
Re: Re : Streamer Plugin -
Konstantinos - 15.04.2014
Quote:
Originally Posted by TGameR
How to fix it please !
|
You need a_samp.inc for 0.3z