Posts: 1,042
Threads: 46
Joined: Jun 2013
I found a problem with the function DestroyDynamicActor. After destroy the actor, he disappears, and then reappears.
Posts: 1,042
Threads: 46
Joined: Jun 2013
When will version 2.9.1? I ask because I need a bug fix with destroy actors...
Posts: 1,042
Threads: 46
Joined: Jun 2013
Quote:
Originally Posted by IstuntmanI
|
Is this you compiled?
Posts: 173
Threads: 39
Joined: Dec 2010
Reputation:
0
The public of OnPlayerPickupDynamicPickup, OnPlayerEnterDynamicCP and more is not working, please check this out!!
Posts: 184
Threads: 28
Joined: Dec 2012
Reputation:
0
Do you own RWW? If yes good job handling a server and a plugin at the same time !
Posts: 637
Threads: 23
Joined: Feb 2013
Reputation:
0
How can i set the offsets of attached 3d text label on vehicle ??
Posts: 1
Threads: 0
Joined: Aug 2016
Reputation:
0
How to install this? i really dont understand anything
Posts: 192
Threads: 2
Joined: Sep 2010
01.05.2017, 07:53
(
Последний раз редактировалось TommyB; 05.05.2017 в 14:32.
)
Quote:
Originally Posted by coool
How can i set the offsets of attached 3d text label on vehicle ??
|
I'm not entirely sure but you could probably use
Streamer_SetFloatData to edit E_
STREAMER_ATTACH_OFFSET_X, E_
STREAMER_ATTACH_OFFSET_Y, and E_
STREAMER_ATTACH_OFFSET_Z. If that doesn't work see if manipulating any other position
in the enum would do the trick.
Posts: 3,324
Threads: 96
Joined: Sep 2013
Quote:
Originally Posted by rt-2
There use to be a description of the parameters for "CreateDynamicObject" on this page, you removed it and it's not on the wiki, thank you
|
It is in the wiki, the
streamer wiki. It's on GitHub.
Posts: 1,767
Threads: 124
Joined: Mar 2010
Whenever I spawn. I'm aware of where the issue is, but don't understand why it happens:
I have the validation checks. That message in the console is more sort of the warning for me than a critical since it doesn't crash anything or something.
OnPlayerLookAt is in SetTimerEx called in OnPlayerSpawn (ONCE).
Posts: 1,208
Threads: 36
Joined: Apr 2015
E_STREAMER_EXTRA_ID is integer not array
Posts: 1,767
Threads: 124
Joined: Mar 2010
Quote:
Originally Posted by AbyssMorgan
E_STREAMER_EXTRA_ID is integer not array
|
Elaborate. What would you do instead?