Posts: 447
	Threads: 6
	Joined: May 2006
	
Reputation: 
0
	 
	
	
		The .NET Framework is required only for Windows.
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 200
	Threads: 8
	Joined: Oct 2009
	
Reputation: 
0
	 
	
	
		Yes, i can't run on linux this streamer. Run time 19. In server.cfg plugins streamer i tried it plugins streamer.co no effects. On windows it works all right
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 200
	Threads: 8
	Joined: Oct 2009
	
Reputation: 
0
	 
	
	
		Fixed ... Well you need change -1 Vw if you want object stream for all vitrual worlds.
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 447
	Threads: 6
	Joined: May 2006
	
Reputation: 
0
	 
	
	
		What exactly is not working about it? The streamed 3D text labels are displaying fine here, but note that updates will only be sent to players if the plugin has detected that their position has changed (no need to waste processing power on idle players). This means that if you attach a 3D text label to a moving player or vehicle, then it will not be visible to other players until they, too, have moved within the distance that the item is allowed to stream.
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 387
	Threads: 27
	Joined: Nov 2008
	
Reputation: 
0
	 
	
	
		I'm having a serious problem with the latest version of the streamer, some objects appear, others don't, it appears when your actually a feet away, the draw distance is set to 200, older versions work fine..
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 447
	Threads: 6
	Joined: May 2006
	
Reputation: 
0
	 
	
	
		Kylla: Nothing has changed about the streaming code in v2.3.3. Whatever problems you are experiencing now are probably present in the older versions as well. Make sure that you are compiling your scripts with the latest include file. Also, keep in mind that some objects may not appear if the internal limit (254 per-player) has been reached.
[03]Garsino: Just use CreateDynamicCP (which returns a checkpoint ID) and OnPlayerEnterDynamicCP (which checkpoint IDs are passed to).