[Ajuda] pequena duvida
#1

Ajuda quero colocar esse sistema de futebol.

https://sampforum.blast.hk/showthread.php?tid=430087

mas n sei aonde por isso

pawn Код:
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
pequena duvida - by zGuigui2068 - 28.04.2015, 17:01
Re: pequena duvida - by ProKillerpa - 28.04.2015, 17:03
Re: pequena duvida - by zGuigui2068 - 28.04.2015, 17:11
Re: pequena duvida - by matheusspohr - 28.04.2015, 17:48

Forum Jump:


Users browsing this thread: 1 Guest(s)