Totaly need help
#1

Hello guys Im trying to make a firefighter job and synchronize it with some objects angle,in my include folder I added this

GetObjectAngle(objectid,&angle);

and i tried this

Код:
if((newkeys & (KEY_FIRE)))
	{
	if(IsPlayerInVehicle(playerid,12345) && job=7 && PlayerToPoint(playerid,)
	{
	new Float:Angle;
	new PlayerAngle = GetPlayerFacingAngle(playerid,angle)
	new ObjectAngle = GetObjectAngle(objectid,angle);
	if(PlayerAngle == ObjectAngle)
	{
Till here,I want to get some specific objects id's the possition and make a map icon on the player at the specific object which is selected randomly..

so i want to do

synchronize players angle with objects angle so I can know where is the player watering at..is this possible ?
Reply


Messages In This Thread
Totaly need help - by The_Tough - 30.08.2009, 09:56
Re: Totaly need help - by EirikhO - 30.08.2009, 11:47
Re: Totaly need help - by DeathOnaStick - 30.08.2009, 12:33
Re: Totaly need help - by The_Tough - 30.08.2009, 21:13

Forum Jump:


Users browsing this thread: 1 Guest(s)