Posts: 1,208
	Threads: 36
	Joined: Apr 2015
	
	
 
	
	
		
Quote:
| 
					Originally Posted by LatinZ  Functions of screen... add support for streamer objects.
 IsPlayerAttacking (melee)
 
 Thanks for the work in the include, it has been very useful to me in developing my game mode.
 | 
 
Quote:
| 
					Originally Posted by AbyssMorgan  Update v3.0.5: 
- Added Streamer functions:
 
PHP Code: 
SetPlayerAbsolutePosition(playerid,Float:x,Float:y,Float:z,Float:angle,worldid = -1,interiorid = -1,compensatedtime = -1);
SetPlayerAbsolutePositionVeh(playerid,Float:x,Float:y,Float:z,Float:angle,worldid = -1,interiorid = -1,compensatedtime = -1);
 //parameter bool:testLOS only works with ColAndreas
 bool:IsDynamicObjectOnPlayerScreen(playerid,objectid,Float:rx=INVALID_ROTATION,Float:rz=INVALID_ROTATION,Float:vrx=VERTICAL_CAMERA_RADIUS,Float:vrz=HORIZONTAL_CAMERA_RADIUS,bool:testLOS=true);
 bool:IsDynamicObjectOnFakeScreen(Float:x,Float:y,Float:z,objectid,Float:rx,Float:rz,Float:vrx=VERTICAL_CAMERA_RADIUS,Float:vrz=HORIZONTAL_CAMERA_RADIUS,bool:testLOS=true);
 
 | 
 It has already been added.
How would work function IsPlayerAttacking(melee) ?