15.07.2011, 17:48
Title says it all its 4:00 am here and tired, I don't have a clue how this could be created at this time, I need a function for some calculations on a objects, I'd be really grateful if anyone can get me this function (Create perhaps since it does not exist)
I have searched, no results!
Doubting this would work since I just wrote it here.
I have searched, no results!
pawn Код:
stock GetObjectZAngle(obj, &Float:angle)
{
new Float:X, Float:Y;
GetObjectRot(obj, X, Y, angle);
return _:angle;
}