04.01.2018, 13:16
Where I can find this include i've searched everywhere but i found nothing ..
please if you have just upload it for me , thanks.
please if you have just upload it for me , thanks.
public GetVehicleZAngle(vehicleid) //By Sacky
{
new Float:x;
new Float:y;
new Float:z;
if(IsVehicleInUse(vehicleid)){
new vdid = VehicleDriverID(vehicleid);
GetPlayerPos(vdid,x,y,z);
new Float:cx = SavePlayerPos[vdid][LastX];
new Float:cy = y;
new adj = GetPointDistanceToPoint(SavePlayerPos[vdid][LastX],SavePlayerPos[vdid][LastY],cx,cy);
new opp = GetPointDistanceToPoint(x,y,cx,cy);
new Float:rad = itan(opp,adj);
new ang = RadiansToDegrees(rad);
return ang;
}
}
Remove this part from the include
PHP код:
|
Remove this part from the include
PHP код:
Note: By reading the code this include is really outdated and i won't recommend you to use it... |