Destroy all player objects
#3

Quote:
Originally Posted by MP2
Посмотреть сообщение
Why does your topic title have no relevance to your topic whatsoever..? Imagine someone posting an advertisement saying 'I'M SELLING A CAR' then you find out they're selling a chicken. It's stupid.

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));
}
LOL! That was kind of funny. :P
Reply


Messages In This Thread
Destroy all player objects - by mike_1 - 21.10.2012, 13:34
Re: Destroy all player objects - by MP2 - 22.10.2012, 00:30
Re: Destroy all player objects - by zDivine - 22.10.2012, 01:38

Forum Jump:


Users browsing this thread: 1 Guest(s)