[Ajuda] Criar veiculo em frente ao jogador
#3

Код:
GetXYInFrontOfPlayer(playerid, &Float:x, &Float:y, Float:distance)
{
	new Float:a;
	GetPlayerPos(playerid, x, y, a);
	GetPlayerFacingAngle(playerid, a);
	if (GetPlayerVehicleID(playerid))
	{
	    GetVehicleZAngle(GetPlayerVehicleID(playerid), a);
	}
	x += (distance * floatsin(-a, degrees));
	y += (distance * floatcos(-a, degrees));
}
Reply


Messages In This Thread
Criar veiculo em frente ao jogador - by Killer21 - 16.08.2015, 15:24
Re: Criar veiculo em frente ao jogador - by iTakelot - 16.08.2015, 15:30
Re: Criar veiculo em frente ao jogador - by n0minal - 16.08.2015, 15:34
Re: Criar veiculo em frente ao jogador - by Killer21 - 16.08.2015, 16:15
Re: Criar veiculo em frente ao jogador - by Killer21 - 16.08.2015, 17:05

Forum Jump:


Users browsing this thread: 1 Guest(s)