Posts: 447
Threads: 6
Joined: May 2006
Reputation:
0
Sorry about that. There was indeed a bug in v2.8.1. It should be fixed now, so try redownloading.
Posts: 100
Threads: 30
Joined: Oct 2012
Reputation:
0
why not
*** Streamer Plugin: Include file version (0x26105) does not match plugin version (0x281001) (script might need to be recompiled with the latest include file)
version 2.8.1 update from github of Incognito
Posts: 100
Threads: 30
Joined: Oct 2012
Reputation:
0
*Delete it fixed Thank Jeroen52
29.05.2016, 05:50
(
Последний раз редактировалось justice96; 29.05.2016 в 06:43.
)
I got the problem, I started the server but isn't UP and also I saw Segmentation Fault (core dumped) on Linux log. It might be streamer or my speedo (Using PlayerTextDrawSetPreviewModel) ? When I'm not using my speedo, it's looks normal.
Fixed.
Posts: 188
Threads: 59
Joined: Sep 2013
Reputation:
0
OnPlayerEditDynamicObject is problematic. Version: 2.8.2
Posts: 1,494
Threads: 120
Joined: Dec 2009
Reputation:
0
Can't delete and then create a checkpoint within the same sequence.
Posts: 607
Threads: 90
Joined: Feb 2011
Reputation:
0
Update SA-MP to newest version.
Posts: 607
Threads: 90
Joined: Feb 2011
Reputation:
0
Guys,
does Streamer has function which will count 3D labels who are shown for player(labels who player can see on display)? And also function which will return ID of label which is nearest to the center of display(coords 0, 0).
Posts: 513
Threads: 4
Joined: Jun 2015
Reputation:
0
Streamer(server to be more accurate) has nothing to do with how and when labels are shown on screen. This is done clientside and it depends on camera position and angle and LOS.
You can achieve what you want by using WorldToScreen and ColAndreas.
Posts: 607
Threads: 90
Joined: Feb 2011
Reputation:
0
With ColAndreas? I don't Know how ColAndreas can help me.
Posts: 513
Threads: 4
Joined: Jun 2015
Reputation:
0
Use ColAndreas to test LOS serverside.
Posts: 3,324
Threads: 96
Joined: Sep 2013
Quote:
Originally Posted by vannesenn
With ColAndreas? I don't Know how ColAndreas can help me.
|
Quote:
Originally Posted by Spmn
Use ColAndreas to test LOS serverside.
|
You basically just loop over the texts, use WorldToScreen with the texts' position to see if it is on the player's screen at all, if it is use a ColAndreas ray to see if the player can see it (no walls in between).