Posts: 607
Threads: 90
Joined: Feb 2011
Reputation:
0
Yeap. Idea is like in Watch Dogs with hacking(ramps, barriers, camera etc...).
Posts: 3
Threads: 0
Joined: May 2016
Reputation:
0
Can anyone Help me please, i am Totally new and My Streamer is Not loading.
Help Please.
Posts: 2
Threads: 0
Joined: Jun 2016
Reputation:
0
thanks alot! this is amazing pluigin
Posts: 21
Threads: 5
Joined: Oct 2008
Reputation:
0
Can you solve to AttachDynamicObjectToObject function to work without YSF?
I don't like use YSF plugin for only function.
Posts: 173
Threads: 39
Joined: Dec 2010
Reputation:
0
OnPlayerShootDynamicObject not called please help.
Posts: 1,208
Threads: 36
Joined: Apr 2015
Quote:
Originally Posted by GuyYahood1
OnPlayerShootDynamicObject not called please help.
|
This callback works.
Posts: 1,208
Threads: 36
Joined: Apr 2015
Quote:
Originally Posted by Csaby
|
If you use a hydra flare as an object for the camera, replace it 1489
Posts: 21
Threads: 5
Joined: Oct 2008
Reputation:
0
I used 19300 object, but I try it.
Same problem.
Posts: 662
Threads: 102
Joined: Sep 2010
Reputation:
0
I've encountered an issue that CreateDynamicMapIcon doesn't seem to be working on linux (Kubuntu), while it does just fine on the Windows server. It would be appreciated if a fix could be developed.
Posts: 523
Threads: 32
Joined: Oct 2013
Reputation:
0
Is there any limit for dynamic pickups? I created 48 dynamic pickup but some of them does not appear.
Posts: 161
Threads: 14
Joined: Jun 2010
Reputation:
0
Is there any problem with dynamic pickups for players? I set CreateDynamicPickup for a special playerid, but everyone can see it.
//Edit:
Nevermind. The pickup will be shown when the playerid is in range. Is there any solution for that?
Posts: 3,324
Threads: 96
Joined: Sep 2013
Quote:
Originally Posted by ThomasTailor93
Is there any problem with dynamic pickups for players? I set CreateDynamicPickup for a special playerid, but everyone can see it.
//Edit:
Nevermind. The pickup will be shown when the playerid is in range. Is there any solution for that?
|
No. There is no solution.
It's a SA-MP thing. Only objects have a per-player function (CreatePlayerObject), while all of the others things are just like CreatObject.
Streamer uses CreatePlayerObject for CreateDynamicObject. All of the other things are global.
Posts: 70
Threads: 21
Joined: Dec 2014
Reputation:
0
OnPlayerEnterDynamicCP function doesn't work for multiple checkpoints in this streamer.
Posts: 161
Threads: 14
Joined: Jun 2010
Reputation:
0
I never tried it. But do I still need to use OnPlayerStreamIn for attached text labels when updating them to other players?
Posts: 368
Threads: 94
Joined: Mar 2012
Reputation:
0
Does this streamer support actors?
Posts: 1,290
Threads: 69
Joined: Dec 2006
Reputation:
0
Hey there. How can I use the "compensatedtime" parameter in Streamer_UpdateEx? I want to use it to give maps time to load before the player teleports to the map, but how do I know how long it'll take for individual maps to load? Some maps take a while to load and some load quicker (depending on the amount of objects used)