Raised This Month: $ Target: $400
 0% 

Solved mouse movement


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
xwantcock
Junior Member
Join Date: Nov 2022
Old 11-26-2022 , 06:56   Re: mouse movement
Reply With Quote #3

I FIXED GUYS

Code:
public plugin_init()
{
	register_forward(FM_PlayerPostThink, "fw_PlayerPostThink", 1);
	
}


public fw_PlayerPostThink(id)
{
	if (!is_user_alive(character[id]))
		return
	
	
	if (g_unable2move[character[id]])
	{
	new Float:VecAngles2[3];
	entity_get_vector(character2[id],EV_VEC_angles,VecAngles2)		


	entity_set_vector(character[id],EV_VEC_angles,VecAngles2);
	}
}
xwantcock is offline
 



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 08:53.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode