GetObjectZAngle
#5

pawn Код:
stock Float: GetObjectRotZ(objectid)
{
    static
        Float: rot_Z
    ;
    if(GetObjectRot(objectid, rot_Z, rot_Z, rot_Z))
    {
        return rot_Z;
    }
    return 0.0;
}
Reply


Messages In This Thread
GetObjectZAngle - by Lorenc_ - 15.07.2011, 17:48
Re: GetObjectZAngle - by Tigerkiller - 15.07.2011, 17:51
Re: GetObjectZAngle - by Lorenc_ - 15.07.2011, 17:55
Re: GetObjectZAngle - by [MG]Dimi - 15.07.2011, 21:24
Re: GetObjectZAngle - by RyDeR` - 15.07.2011, 21:47

Forum Jump:


Users browsing this thread: 3 Guest(s)