stock Float: GetObjectRotZ(objectid){ static Float: rot_Z ; if(GetObjectRot(objectid, rot_Z, rot_Z, rot_Z)) { return rot_Z; } return 0.0;}