new Float:z_rot; if(PRESSING(newkeys, KEY_HANDBRAKE)) { GetVehicleZAngle(currentveh, z_rot); format(angle, sizeof(angle),"Angle:%d", z_rot); }