Posts: 1,496
	Threads: 78
	Joined: Jun 2008
	
Reputation: 
0
	 
	
	
		I don't know why the labels disappear without any code, but I guess it's SA-MP bug when the labels are mixed up. That is, having more than 1 label on the same vehicle. Sometimes SA-MP still mix up 2 vehicles as the same one, so you get 2 labels on the same vehicle. To solve it you have to check if the vehicle has that label first. If so, remove it and then create a new one. You can't assume the label doesn't exist.
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 11
	Threads: 2
	Joined: Mar 2013
	
Reputation: 
0
	 
	
	
		why does it tell me that the server didnt respond please help
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 1,496
	Threads: 78
	Joined: Jun 2008
	
Reputation: 
0
	 
	
	
		My code uses TogglePlayerSpectating and I don't have any problem. I haven't turn it off since I haven't make the testing mode. Anything other than that mode shouldn't turn if off. I also use Streamer_UpdateEx before AttachCameraToDynamicObject.
I create a camera once the server starts and destroy it when free camera mode is off. When I want to move it again, I'll create the camera object and use Streamer_UpdateEx before AttachCameraToDynamicObject. So, TogglePlayerSpectating may not be the problem.
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 52
	Threads: 6
	Joined: Nov 2011
	
Reputation: 
0
	 
	
	
		*** Streamer Plugin: Obsolete or invalid native "Streamer_CallbackHook" found (script needs to be recompiled with the latest include file)
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 7,801
	Threads: 187
	Joined: Feb 2010
	
Reputation: 
0
	 
	
	
		EDIT: Seemed to be an issue with fsdebug. Disregard.