Nistor Constantin-Flavius

Results 29 issues of Nistor Constantin-Flavius

``` pawn native Streamer_GetPriorityRange(type, &min, &max, playerid = -1); native Streamer_SetPriorityRange(type, min = -1, max = -1, playerid = -1); ``` This should automatically update items of that type for...

Because Streamer_Update(Ex) functions are looping through items, I thought that it would be more efficient to have an "id" parameter, so only that id will be updated on player's screen,...

Today I needed to make the objective to appear to vehicles even if the vehicle isn't streamed-in for the player (objective dissapears when the vehicle streams out, so I need...

For example, TextDrawSetString sends a RPC to all players, even if they are AFK. With a TextDrawSetStringForPlayer function we could improve it and stop it from affecting AFK players, therefore...

enhancement

- [ ] A text background colorpicker (also being able to manually introduce your favorite background's RGB code). This can make the embedded colors work better. - [x] A checkbox...

enhancement
feature request
Low Priority

That's all, folks.

Low Priority
to do

So it will be easier to handle the favourites. It should use the same favourites list as the samp.exe browser. Looks like you already did most of the work for...

feature request
High Priority
to do

Annoyingly slow. Chatlog's scrollbar scrolls fine though.

lacks information

Hi, I searched on Google for similar problems, but I couldn't find any relevant result. I tried to create a [Heatmap Layer](https://developers.google.com/maps/documentation/javascript/heatmaplayer) on my SanMap, just as described in the...