Posts: 292
	Threads: 47
	Joined: Jul 2010
	
Reputation: 
0
	 
	
		
		
		
		08.01.2017, 14:05 
(
 Последний раз редактировалось corne; 08.01.2017 в 14:06.
					
					
						Причина: Found the problem
)
	
	 
	
		Whoops, might've figured it out right after I posted it, lmao.
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 266
	Threads: 22
	Joined: Jan 2017
	
Reputation: 
0
	 
	
	
		Can anyone tell me what's the difference between stream distance and draw distance?
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 266
	Threads: 22
	Joined: Jan 2017
	
Reputation: 
0
	 
	
		
		
		
		20.01.2017, 15:48 
(
 Последний раз редактировалось wallee; 28.01.2017 в 13:18.
)
	
	 
	
		Is there a way to get the IDs of all the currently visible objects?
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 334
	Threads: 39
	Joined: Nov 2014
	
Reputation: 
0
	 
	
	
		The Best Of aLL Plugins Ever
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 1,174
	Threads: 251
	Joined: May 2012
	
Reputation: 
0
	 
	
	
		Ok so, when I start server streamer won`t load and windows error came out that ucrtbased.dll is missing. What should I install, C++ runtime library?
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 1,208
	Threads: 36
	Joined: Apr 2015
	
	
 
	
	
		
Quote:
| 
					Originally Posted by MrStead  Why the callback OnPlayerEnterDynamicArea(playerid, areaid)  is not working(not calling) after using the Streamer_SetArrayData  or Streamer_SetIntData  with the type E_STREAMER_EXTRA_ID  to add my own data? i use 2.8.2  version
 
PHP код: 
new area = CreateDynamicCircle(0.0, 0.0, 2500.0), arr[] = {5, 1029, 320};
Streamer_SetArrayData(STREAMER_TYPE_AREA, area, E_STREAMER_EXTRA_ID, arr);
 public OnPlayerEnterDynamicArea(playerid, areaid)
 {
 new arr2[3];
 Streamer_GetArrayData(STREAMER_TYPE_AREA, areaid, E_STREAMER_EXTRA_ID, arr2);
 printf("Streamer_GetArrayData = %i,%i,%i", arr2[0], arr2[1], arr2[2]);
 return 1;
 }
 
 | 
 E_STREAMER_EXTRA_ID is integer value