[Plugin] Streamer Plugin

Woops my bad. Everyone keeps their version on the top...
Reply

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?
Reply

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
Reply

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.
Reply

yes, i did what both of you said.. still this problem
Reply

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.
Reply

nobody can help me?
Reply

Quote:
Originally Posted by wharlos
Посмотреть сообщение
nobody can help me?
Do you have any errors? Can you show an example?
Reply

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
Reply

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.
Reply

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.
Reply

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
Reply

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.
Reply

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.
Reply

Ok, in previous versions, however, that was not the case. Thank you.
Reply

Quote:
Originally Posted by lolumadd_
Посмотреть сообщение
Ok, in previous versions, however, that was not the case. Thank you.
False, this has ALWAYS been the case.
Reply

Hmmm, I just checked back at my previous code and turns out I did use the Streamer_UpdateEx function. Explains everything. Silly me.
Reply

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.
Reply

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.
Reply

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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)