15.02.2009, 15:30
hey
i want to collect the amount of angles you turned if you press and hold your handbrake i got this already..
i want to collect the amount of angles you turned if you press and hold your handbrake i got this already..
pawn Код:
if(PRESSING(newkeys, KEY_HANDBRAKE))
{
GetVehicleZAngle(currentveh, z_rot);
format(kmteller, sizeof(kmteller),"Angle:%03f", z_rot);
}