Getting the amount of angles you turned.
#4

Quote:
Originally Posted by Pandabeer1337
hey

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);
        }
tip: you shouldnt use keystatechange(if youre no already do)
but use a timer and use GetPlayerKeys
if you wanted to hold
Reply


Messages In This Thread
Getting the amount of angles you turned. - by Think - 15.02.2009, 15:30
Re: Getting the amount of angles you turned. - by SpiderPork - 15.02.2009, 15:33
Re: Getting the amount of angles you turned. - by Think - 15.02.2009, 15:35
Re: Getting the amount of angles you turned. - by rensfromrpas - 15.02.2009, 15:43

Forum Jump:


Users browsing this thread: 1 Guest(s)