samp-streamer-plugin icon indicating copy to clipboard operation
samp-streamer-plugin copied to clipboard

Streamer Plugin for SA-MP (San Andreas Multiplayer)

Results 97 samp-streamer-plugin issues
Sort by recently updated
recently updated
newest added

## Change List This makes several changes to tags: 1. Everything that accepts a boolean value (only `0` or `1`) now have `bool:` tags, possibly defaulting to `true` or `false`....

- Remove most of boost containers and use std ones - Set C++ std version to 17 - Remove previous boost submodule and replace it with a header only one...

Hello, I've been using Incognito's plugin since 2012, and I've always had this problem in my script. I have many dynamic objects (and static objects too, CreateObject I use for...

MCVE: ```pawn #include #include main() {} public OnGameModeInit() { Streamer_ToggleChunkStream(true); new Text3D:labelid = CreateDynamic3DTextLabel("3DTextLabel", -1, 2263.4, 627.6, 10.8, 50.0); Streamer_ToggleItemCallbacks(STREAMER_TYPE_3D_TEXT_LABEL, labelid, true); return 1; } public OnPlayerSpawn(playerid) { SetPlayerPos(playerid, 2254.5,...

Using Streamer_IsItemVisible with an invalid pickup ID causes the server to crash. I think the same thing happens with actors.

AttachDynamicObjectToPlayer was done like AttachDynamicObjectToObject, but seems it wasn't tested enough like the second function First of all, there is a mistake in the error messages: https://github.com/samp-incognito/samp-streamer-plugin/blob/49f9f165ebb017405d5e3dfdcd07d6f3c21bf172/src/natives/objects.cpp#L415 (must be "AttachDynamicObjectToPlayer:...

There's problem when you call DestroyDynamicPickup than immediately CreateDynamicPickup (for example if you want to change pickup model id, position...) pickup is not being "reloaded". I created simple way to...

When i start the server with the latest streamer version i get this error on server_log Failed (/usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by plugins/streamer.so)) because the host has the...