Como Puedo Hacer Este Comando
#10

Talves Te falto definir esto:

pawn Код:
stock GetXYInFrontOfPlayer(playerid, &Float:x2, &Float:y2, Float:distance)
{
   new Float:a;

   GetPlayerPos(playerid, x2, y2, a);
   GetPlayerFacingAngle(playerid, a);

   if(GetPlayerVehicleID(playerid))
   {
      GetVehicleZAngle(GetPlayerVehicleID(playerid), a);
   }

   x2 += (distance * floatsin(-a, degrees));
   y2 += (distance * floatcos(-a, degrees));
}
Reply


Messages In This Thread
Como Puedo Hacer Este Comando - by LSM_naxo_rap - 16.10.2010, 23:54
Re: Como Puedo Hacer Este Comando - by SeQualX - 17.10.2010, 03:18
Re: Como Puedo Hacer Este Comando - by TheChaoz - 17.10.2010, 04:04
Re: Como Puedo Hacer Este Comando - by SeQualX - 17.10.2010, 04:10
Re: Como Puedo Hacer Este Comando - by mamc_crazy - 17.10.2010, 04:23
Re: Como Puedo Hacer Este Comando - by SuperMarioRol - 17.10.2010, 11:48
Re: Como Puedo Hacer Este Comando - by LSM_naxo_rap - 17.10.2010, 13:56
Re: Como Puedo Hacer Este Comando - by SuperMarioRol - 17.10.2010, 15:33
Re: Como Puedo Hacer Este Comando - by cocolabush - 17.10.2010, 17:12
Re: Como Puedo Hacer Este Comando - by mamc_crazy - 17.10.2010, 19:46

Forum Jump:


Users browsing this thread: 2 Guest(s)