Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pickup won't restream #465

Open
iamjexcdevvv opened this issue Jul 26, 2023 · 3 comments
Open

Pickup won't restream #465

iamjexcdevvv opened this issue Jul 26, 2023 · 3 comments

Comments

@iamjexcdevvv
Copy link

Hello im facing this issue right now basically I have this simple code to repro this problem, the pickup won't update after changing it like nothing's happen, I'm using the latest streamer version which is v2.9.6 and runs it on omp server

``static DynamicPickup:pickupid;

@cmd() createpickup(playerid, params[], help)
{
new Float:x, Float:y, Float:z;
GetPlayerPos(playerid, x, y, z);

pickupid = CreateDynamicPickup(1273, 23, x, y, z);
return COMMAND_OK;

}

@cmd() pickupchange(playerid, params[], help)
{
Streamer_SetIntData(STREAMER_TYPE_PICKUP, pickupid, E_STREAMER_MODEL_ID, 19522);
return COMMAND_OK;
}``

@ASGOOD1
Copy link

ASGOOD1 commented Sep 1, 2023

Go to streamer 2.9.4 and wait for a newer release

@AmyrAhmady
Copy link
Collaborator

Does it work on previous versions?

@EquiNoxAdv
Copy link

Does it work on previous versions?

Only on the latest version i have the same problem (OMP), the pickup is updated only if you exit and re-enter its stream, in some cases if you create it next to a player, he does not see it and has to enter/exit from its stream.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants