playerGetRotation return zero value

Issue #12 resolved
Former user created an issue

function playerGetRotation return only zero value.

Function usage =>

local rotation = playerGetRotation(ID); sendPlayerMessage(ID,..some_code....+" Rot: "+rotation.tostring());

Comments (4)

  1. Roman Dobiáš repo owner

    Fixed in next update, 2 functions are now available, playerGetRotation(returns float) and playerGetRotationAsVector(returns 3 floats).

  2. Log in to comment