Re: Streamer Plugin -
Runn3R - 05.04.2016
Woops my bad. Everyone keeps their version on the top...
Re: Streamer Plugin -
xF4Life - 10.04.2016
updated streamer and got this..
Код:
[10:41:58] Error: Function not registered: 'CreateDynamicCP'
[10:41:58] Error: Function not registered: 'CreateDynamicObject'
[10:41:58] Error: Function not registered: 'DestroyDynamicObject'
[10:41:58] Error: Function not registered: 'MoveDynamicObject'
[10:41:58] [debug] Run time error 19: "File or function is not found"
[10:41:58] [debug] CreateDynamicCP
[10:41:58] [debug] CreateDynamicObject
[10:41:58] [debug] DestroyDynamicObject
[10:41:58] [debug] MoveDynamicObject
[10:41:58] [debug] Run time error 19: "File or function is not found"
[10:41:58] [debug] CreateDynamicCP
[10:41:58] [debug] CreateDynamicObject
[10:41:58] [debug] DestroyDynamicObject
[10:41:58] [debug] MoveDynamicObject
[10:41:58] Script[gamemodes/GTSV2.amx]: Run time error 19: "File or function is not found"
[10:41:58] Number of vehicle models: 0
these are the errors i got after updating streamer, whats the fix?
Re: Streamer Plugin -
SyS - 10.04.2016
Quote:
Originally Posted by xF4Life
updated streamer and got this..
Код:
[10:41:58] Error: Function not registered: 'CreateDynamicCP'
[10:41:58] Error: Function not registered: 'CreateDynamicObject'
[10:41:58] Error: Function not registered: 'DestroyDynamicObject'
[10:41:58] Error: Function not registered: 'MoveDynamicObject'
[10:41:58] [debug] Run time error 19: "File or function is not found"
[10:41:58] [debug] CreateDynamicCP
[10:41:58] [debug] CreateDynamicObject
[10:41:58] [debug] DestroyDynamicObject
[10:41:58] [debug] MoveDynamicObject
[10:41:58] [debug] Run time error 19: "File or function is not found"
[10:41:58] [debug] CreateDynamicCP
[10:41:58] [debug] CreateDynamicObject
[10:41:58] [debug] DestroyDynamicObject
[10:41:58] [debug] MoveDynamicObject
[10:41:58] Script[gamemodes/GTSV2.amx]: Run time error 19: "File or function is not found"
[10:41:58] Number of vehicle models: 0
these are the errors i got after updating streamer, whats the fix?
|
you should update the plugin and include and recompile your gm with that new include
Re: Streamer Plugin -
Jeroen52 - 10.04.2016
Quote:
Originally Posted by xF4Life
updated streamer and got this..
Код:
[10:41:58] Error: Function not registered: 'CreateDynamicCP'
[10:41:58] Error: Function not registered: 'CreateDynamicObject'
[10:41:58] Error: Function not registered: 'DestroyDynamicObject'
[10:41:58] Error: Function not registered: 'MoveDynamicObject'
[10:41:58] [debug] Run time error 19: "File or function is not found"
[10:41:58] [debug] CreateDynamicCP
[10:41:58] [debug] CreateDynamicObject
[10:41:58] [debug] DestroyDynamicObject
[10:41:58] [debug] MoveDynamicObject
[10:41:58] [debug] Run time error 19: "File or function is not found"
[10:41:58] [debug] CreateDynamicCP
[10:41:58] [debug] CreateDynamicObject
[10:41:58] [debug] DestroyDynamicObject
[10:41:58] [debug] MoveDynamicObject
[10:41:58] Script[gamemodes/GTSV2.amx]: Run time error 19: "File or function is not found"
[10:41:58] Number of vehicle models: 0
these are the errors i got after updating streamer, whats the fix?
|
Did you update both the .inc and .dll/.so ?
If running Windows, install Microsoft Visual C++ 2015 Redistributable Package.
Re: Streamer Plugin -
xF4Life - 10.04.2016
yes, i did what both of you said.. still this problem
Respuesta: Streamer Plugin -
wharlos - 10.04.2016
I have a problem that placing maps on my new gamemode, that does not command entering the spawn automatically, that only happens when I place maps. Someone can help me urgently please? I am using the translator.
Respuesta: Streamer Plugin -
wharlos - 15.04.2016
nobody can help me?
Re: Respuesta: Streamer Plugin -
Jeroen52 - 15.04.2016
Quote:
Originally Posted by wharlos
nobody can help me?
|
Do you have any errors? Can you show an example?
Respuesta: Re: Respuesta: Streamer Plugin -
wharlos - 15.04.2016
Quote:
Originally Posted by Jeroen52
Do you have any errors? Can you show an example?
|
You need to see the codes? compile errors when I have
Re: Respuesta: Re: Respuesta: Streamer Plugin -
Jeroen52 - 15.04.2016
Quote:
Originally Posted by wharlos
You need to see the codes? compile errors when I have
|
Just give more information, I can't help you a lot if you don't give me enough info.
Respuesta: Re: Respuesta: Re: Respuesta: Streamer Plugin -
wharlos - 15.04.2016
Quote:
Originally Posted by Jeroen52
Just give more information, I can't help you a lot if you don't give me enough info.
|
As it is I am using the translator, what happens is that when placing the maps to my new gamemode everything compiles fine everything in its right place but when I go to try them that I will enter the password does not automatically go as it should, before to do that if it comes automatically placing but when I place no maps. Now do not know if you understand me.
Re: Streamer Plugin -
Crayder - 17.04.2016
Thanks again Incognito for the latest version of Streamer! The per-object priority is extremely useful!
For anyone who needs the feature NOW, or needs XP support, here is this:
https://drive.******.com/file/d/0BwQ...ew?usp=sharing
https://github.com/samp-incognito/sa...r/streamer.inc
Information:
Quote:
Originally Posted by Incognito
This adds a 'priority' parameter to all of the creation natives (except
for areas) as well as E_STREAMER_PRIORITY to the data manipulation
natives. The priority can be any number. It is set to 0 by default.
Items with higher priorities will always be streamed before items with
lower priorities.
|
Use example:
https://github.com/samp-incognito/sa...ugin/issues/86
Re: Streamer Plugin -
lolumadd_ - 01.05.2016
Is there any fix for the YSI (y/hooks) compatibility issue mentioned in this thread a while back. Objects are not appearing at class selection.
Re: Streamer Plugin -
Crayder - 01.05.2016
Quote:
Originally Posted by lolumadd_
Is there any fix for the YSI (y/hooks) compatibility issue mentioned in this thread a while back. Objects are not appearing at class selection.
|
Objects are streamed by the player's position by default. During class selection, the player's position is not real. So basically streamer is streaming objects that are no where near your class selection area.
The solution is to use Streamer_UpdateEx with your class selection position.
This has absolutely nothing to do with YSI.
Re: Streamer Plugin -
lolumadd_ - 01.05.2016
Ok, in previous versions, however, that was not the case. Thank you.
Re: Streamer Plugin -
Crayder - 01.05.2016
Quote:
Originally Posted by lolumadd_
Ok, in previous versions, however, that was not the case. Thank you.
|
False, this has ALWAYS been the case.
Re: Streamer Plugin -
lolumadd_ - 01.05.2016
Hmmm, I just checked back at my previous code and turns out I did use the Streamer_UpdateEx function. Explains everything. Silly me.
Re: Streamer Plugin -
Dusik - 09.05.2016
Great plugin.
Unfortunately, it is a problem. Recently the mod that allows you to copy objects from a server, "MapRecorder" it works on any server, even the big ones.
Is it possible to somehow protect against this?
Sorry for my English. I'm from Poland.
Re: Streamer Plugin -
Crayder - 09.05.2016
Quote:
Originally Posted by Dusik
Great plugin.
Unfortunately, it is a problem. Recently the mod that allows you to copy objects from a server, "MapRecorder" it works on any server, even the big ones.
Is it possible to somehow protect against this?
Sorry for my English. I'm from Poland.
|
Actually this plugin already has protections against those hacks. However, there are ways around it that we just can't cover.
Re: Streamer Plugin -
SyS - 09.05.2016
But i heard that new hacks are now capable of bypassing streamer plugin's anti map copy we should take a remedy for these types of hacks